CallState enum
Values
- kFledgling → const CallState
-
The call is inilalized but not yet started
- kInviteSent → const CallState
-
The first time an invite is sent, the local has createdOffer
- kWaitLocalMedia → const CallState
-
getUserMedia or getDisplayMedia has been called, but MediaStream has not yet been returned
- kCreateOffer → const CallState
-
The local has createdOffer
- kCreateAnswer → const CallState
-
Received a remote offer message and created a local Answer
- kConnecting → const CallState
-
Answer sdp is set, but ice is not connected
- kConnected → const CallState
-
WebRTC media stream is connected
- kRinging → const CallState
-
The call was received, but no processing has been done yet.
- kEnded → const CallState
-
End of call
Properties
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited