Do not send user joined events to chat clients if stream is not active. Closes #750
This commit is contained in:
@@ -5,4 +5,5 @@ type ChatListener interface {
|
||||
ClientAdded(client Client)
|
||||
ClientRemoved(clientID string)
|
||||
MessageSent(message ChatEvent)
|
||||
IsStreamConnected() bool
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user