Peer Connection Observer
Class that represents and implements the WEBRTC events including ICE, Track, Stream an Signal change events.
Functions
Called when a new media stream has been added to the connection.
Called when a new track has been added to the connection.
Called when a new data channel has been created on the connection.
Called when a new ICE candidate has been generated.
Called when ICE candidates have been removed.
Called when the ICE connection state changes.
Called when the ICE connection receiving state changes.
Called when the ICE gathering state changes.
Called when a media stream has been removed from the connection.
Called when the connection needs to be renegotiated. This can happen when media streams or data channels are added or removed.
Called when the signaling state of the PeerConnection changes.