Insert call events as soon as you try to join
This commit is contained in:
parent
f83637ec07
commit
754a6690c3
@ -46,10 +46,8 @@ final class AdHocCallStateObserver {
|
||||
switch ringRtcCall.localDeviceState.joinState {
|
||||
case .notJoined:
|
||||
return
|
||||
case .joining:
|
||||
case .pending, .joining:
|
||||
joinLevel = .attempted
|
||||
case .pending:
|
||||
return
|
||||
case .joined:
|
||||
joinLevel = .joined
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user