The Connection type exposes the following members.
Events
| Name | Description |
---|
| OnGatheringStateChange |
Raised when the gathering state changes.
(Inherited from ConnectionBaseTConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel.) |
| OnIceConnectionStateChange |
Raised when the ice connection state changes.
(Inherited from ConnectionBaseTConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel.) |
| OnLocalCandidate |
Raised when a local candidate is added.
(Inherited from ConnectionBaseTConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel.) |
| OnLocalDescription |
Raised when a local description is set.
(Inherited from ConnectionBaseTConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel.) |
| OnRemoteCandidate |
Raised when a remote description is added.
(Inherited from ConnectionBaseTConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel.) |
| OnRemoteDescription |
Raised when a remote description is set.
(Inherited from ConnectionBaseTConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel.) |
| OnSignallingStateChange |
Raised when the signalling state changes.
(Inherited from ConnectionBaseTConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel.) |
| OnStateChange |
Raised when the connection state changes.
(Inherited from ConnectionBaseTConnection, TStream, TAudioStream, TVideoStream, TDataStream, TDataChannel.) |
TopSee Also