edit broadcast.

This commit is contained in:
Miroslav Šedivý
2020-11-01 17:34:47 +01:00
parent 507fce7862
commit 7fb977faa4
4 changed files with 12 additions and 8 deletions

View File

@ -24,6 +24,6 @@ type CaptureManager interface {
// broacast
StartBroadcast(url string)
StopBroadcast()
IsBoradcasting() bool
BroadcastEnabled() bool
BroadcastUrl() string
}