enum SignalingState : NSInteger {}
Defines values for the call signaling state.
SignalingStateCalling |
---|
Used to specify the call invite is sent to Stringee Server.
|
SignalingStateRinging |
Used to specify the callee is ringing.
|
SignalingStateAnswered |
Used to specify the callee answers the call.
|
SignalingStateBusy |
Used to specify the callee rejects the call.
|
SignalingStateEnded |
Used to specify the call is terminated.
|