Enum WebRTCState

Definition

Namespace:
Tizen.Multimedia.Remoting
Assembly:
Tizen.Multimedia.Remoting.dll
API Level:
9

Specifies states that a WebRTC can have.

C#
Copy
public enum WebRTCState
Name Description
Idle

The Initial state, create but not started.

Negotiating

Started and negotiating.

Playing

Negotiated and started all streams.