Type Alias: VoIPCallStatus
VoIPCallStatus =
"available"|"incoming"|"connecting"|"active"
Defined in: mobile-client/src/voip/VoIPContext.ts:12
Lifecycle state of the current VoIP call.
available— no call in progressincoming— a call is ringing, awaiting the user's answerconnecting— the call was started/answered; your app should be joining its room nowactive— your app reported the media connected and the call is in progress