Voice Broadcast: log and block unexpected state change

This commit is contained in:
Giom Foret
2022-10-26 12:28:40 +02:00
parent 8d30c24a98
commit 2b109c5ff3
2 changed files with 26 additions and 11 deletions
@@ -21,6 +21,7 @@ public enum VoiceBroadcastServiceError: Int, Error {
case missingUserId
case roomNotFound
case notStarted
case unexpectedState
case unknown
}