Click or drag to resize

ConnectionBaseTConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel Properties

The ConnectionBaseTConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel generic type exposes the following members.

Properties
  NameDescription
Public propertyAudioStream
Gets the first audio stream.
Public propertyAudioStreams
Gets the audio streams.
Public propertyDataStream
Gets the first data stream.
Public propertyDataStreams
Gets the data streams.
Public propertyDeadStreamTimeout
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 15,000.
Public propertyDynamicProperties
Gets or sets the dynamic properties on this instance.
(Inherited from Dynamic.)
Public propertyError
Gets or sets the error.
Public propertyGatheringState
Gets or sets the ICE gathering state.
Public propertyHasAudio
Gets whether this connection has an audio stream.
Public propertyHasData
Gets whether this connection has a data stream.
Public propertyHasVideo
Gets whether this connection has a video stream.
Public propertyIceConnectionState
Gets or sets the ICE connection state.
Public propertyIceGatherPolicy
Gets or sets the ICE gather policy.
Public propertyIceServer
Gets or sets the ICE server.
Public propertyIceServers
Gets or sets the ICE servers.
Public propertyId
Gets or sets the identifier.
Protected propertyInstance
Gets the current instance.
Protected propertyIsDirty
Gets or sets a value indicating whether this instance is dirty.
(Inherited from Serializable.)
Public propertyLocalDescription
Gets the local description.
Public propertyRemoteDescription
Gets the remote description.
Public propertySignallingState
Gets or sets the state of the signalling.
Public propertyState
Gets or sets the state of the connection.
Public propertyStream
Gets the first stream.
Public propertyStreams
Gets the streams.
Public propertyTieBreaker
Gets or sets the tie breaker.
Public propertyTimeout
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.
Public propertyTrickleIcePolicy
Gets or sets Trickle Ice Support Policy. Cf. https://tools.ietf.org/html/draft-ietf-ice-trickle-05
Public propertyVideoStream
Gets the first video stream.
Public propertyVideoStreams
Gets the video streams.
Top
See Also