LeviLamina
Loading...
Searching...
No Matches
webrtc::PeerConnectionObserver Class Referenceabstract
Inheritance diagram for webrtc::PeerConnectionObserver:

Public Member Functions

virtual void OnSignalingChange (::webrtc::PeerConnectionInterface::SignalingState)=0
virtual void OnAddStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface >)
virtual void OnRemoveStream (::webrtc::scoped_refptr<::webrtc::MediaStreamInterface >)
virtual void OnDataChannel (::webrtc::scoped_refptr<::webrtc::DataChannelInterface > dataChannel)=0
virtual void OnRenegotiationNeeded ()
virtual void OnNegotiationNeededEvent (uint)
virtual void OnIceConnectionChange (::webrtc::PeerConnectionInterface::IceConnectionState newState)
virtual void OnStandardizedIceConnectionChange (::webrtc::PeerConnectionInterface::IceConnectionState)
virtual void OnConnectionChange (::webrtc::PeerConnectionInterface::PeerConnectionState)
virtual void OnIceGatheringChange (::webrtc::PeerConnectionInterface::IceGatheringState newState)=0
virtual void OnIceCandidate (::webrtc::IceCandidate const *candidate)=0
virtual void OnIceCandidateError (::std::string const &address, int port, ::std::string const &url, int errorCode, ::std::string const &errorMessage)
virtual void OnIceCandidatesRemoved (::std::vector<::webrtc::Candidate > const &)
virtual void OnIceCandidateRemoved (::webrtc::IceCandidate const *candidate)
virtual void OnIceConnectionReceivingChange (bool)
virtual void OnIceSelectedCandidatePairChanged (::webrtc::CandidatePairChangeEvent const &)
virtual void OnAddTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface >, ::std::vector<::webrtc::scoped_refptr<::webrtc::MediaStreamInterface > > const &)
virtual void OnTrack (::webrtc::scoped_refptr<::webrtc::RtpTransceiverInterface >)
virtual void OnRemoveTrack (::webrtc::scoped_refptr<::webrtc::RtpReceiverInterface >)
virtual void OnInterestingUsage (int)

The documentation for this class was generated from the following file: