IConnectionTConnection, TStream, TAudioStream, TVideoStream, TDataStream Properties |
The IConnectionTConnection, TStream, TAudioStream, TVideoStream, TDataStream generic type exposes the following members.
| Name | Description | |
|---|---|---|
| AudioStream |
Gets the first audio stream.
| |
| AudioStreams |
Gets the audio streams.
| |
| DataStream |
Gets the first data stream.
| |
| DataStreams |
Gets the data streams.
| |
| DeadStreamTimeout |
Gets or sets the amount of time (in milliseconds)
to wait for connectivity checks to re-establish
after they start to fail on a live connection.
Defaults to 10,000.
| |
| Error |
Gets the error.
| |
| GatheringState |
Gets or sets the ICE gathering state.
| |
| HasAudio |
Gets whether this connection has an audio stream.
| |
| HasData |
Gets whether this connection has a data stream.
| |
| HasVideo |
Gets whether this connection has a video stream.
| |
| IceConnectionState |
Gets or sets the ICE connection state.
| |
| IceGatherPolicy |
Gets or sets the ICE gather policy.
| |
| IceServer |
Gets or sets the ICE server.
| |
| IceServers |
Gets or sets the ICE servers.
| |
| Id |
Gets or sets the identifier.
| |
| LocalDescription |
Gets the local description.
| |
| RemoteDescription |
Gets the remote description.
| |
| SignallingState |
Gets the current signalling state.
| |
| State |
Gets the current state.
| |
| Streams |
Gets the streams.
| |
| TieBreaker |
Gets or sets the tie breaker.
| |
| Timeout |
Gets or sets the amount of time (in milliseconds)
to wait for a connection to establish before
giving up and closing it. Defaults to 30,000.
| |
| TrickleIcePolicy |
Gets or sets the trickle ICE policy.
| |
| VideoStream |
Gets the first video stream.
| |
| VideoStreams |
Gets the video streams.
|