Suggestions

close search

SignalingState

enum SignalingState : NSInteger {}

Defines values for the call signaling state.

SignalingStateCalling

Used to specify the call invite is sent to Stringee Server.

SignalingStateCalling = 0
SignalingStateRinging

Used to specify the callee is ringing.

SignalingStateRinging = 1
SignalingStateAnswered

Used to specify the callee answers the call.

SignalingStateAnswered = 2
SignalingStateBusy

Used to specify the callee rejects the call.

SignalingStateBusy = 3
SignalingStateEnded

Used to specify the call is terminated.

SignalingStateEnded = 4