Click or drag to resize

Connection Events

The Connection type exposes the following members.

Events
  NameDescription
Public eventOnGatheringStateChange
Raised when the gathering state changes.
(Inherited from ConnectionBase<TConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel>.)
Public eventOnIceConnectionStateChange
Raised when the ice connection state changes.
(Inherited from ConnectionBase<TConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel>.)
Public eventOnLocalCandidate
Raised when a local candidate is added.
(Inherited from ConnectionBase<TConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel>.)
Public eventOnLocalDescription
Raised when a local description is set.
(Inherited from ConnectionBase<TConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel>.)
Public eventOnRemoteCandidate
Raised when a remote description is added.
(Inherited from ConnectionBase<TConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel>.)
Public eventOnRemoteDescription
Raised when a remote description is set.
(Inherited from ConnectionBase<TConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel>.)
Public eventOnSignallingStateChange
Raised when the signalling state changes.
(Inherited from ConnectionBase<TConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel>.)
Public eventOnStateChange
Raised when the connection state changes.
(Inherited from ConnectionBase<TConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel>.)
Top
See Also