Table of Contents

Enum WebRtcWsTwoWaySession.State

Namespace
VAST.WebRTC
Assembly
VAST.WebRTC.dll

Specifies the possible states of the two-way WebRTC session.

public enum WebRtcWsTwoWaySession.State

Fields

Error = 5

The session has encountered an error.

Inactive = 0

The session is inactive and not started.

Started = 2

The session is started and active.

Starting = 1

The session is in the process of starting.

Stopped = 4

The session has been stopped.

Stopping = 3

The session is in the process of stopping.