LeviLamina
Loading...
Searching...
No Matches
webrtc::JsepTransportController Class Reference

Classes

struct  Config
 

Public Member Functions

MCAPI::webrtc::RTCError AddRemoteCandidates (::std::string const &, ::std::vector<::cricket::Candidate > const &)
 
MCAPI::webrtc::RTCError ApplyDescription_n (bool, ::webrtc::SdpType, ::cricket::SessionDescription const *, ::cricket::SessionDescription const *)
 
MCAPI ::std::unique_ptr<::webrtc::DtlsSrtpTransportCreateDtlsSrtpTransport (::std::string const &, ::cricket::DtlsTransportInternal *, ::cricket::DtlsTransportInternal *)
 
MCAPI ::std::unique_ptr<::cricket::DtlsTransportInternalCreateDtlsTransport (::cricket::ContentInfo const &, ::cricket::IceTransportInternal *)
 
MCAPI ::webrtc::scoped_refptr<::webrtc::IceTransportInterfaceCreateIceTransport (::std::string const &, bool)
 
MCAPI::cricket::JsepTransportDescription CreateJsepTransportDescription (::cricket::ContentInfo const &, ::cricket::TransportInfo const &, ::std::vector< int > const &, int)
 
MCAPI ::std::unique_ptr<::webrtc::RtpTransportCreateUnencryptedRtpTransport (::std::string const &, ::rtc::PacketTransportInternal *, ::rtc::PacketTransportInternal *)
 
MCAPI void DestroyAllJsepTransports_n ()
 
MCAPI::cricket::IceRole DetermineIceRole (::cricket::JsepTransport *, ::cricket::TransportInfo const &, ::webrtc::SdpType, bool)
 
MCAPI ::std::vector<::cricket::DtlsTransportInternal * > GetActiveDtlsTransports ()
 
MCAPI::webrtc::DataChannelTransportInterface * GetDataChannelTransport (::std::string const &) const
 
MCAPI ::std::optional<::rtc::SSLRole > GetDtlsRole (::std::string const &) const
 
MCAPI::cricket::DtlsTransportInternal * GetDtlsTransport (::std::string const &)
 
MCAPI ::std::vector<::cricket::DtlsTransportInternal * > GetDtlsTransports ()
 
MCAPI ::std::vector< int > GetEncryptedHeaderExtensionIds (::cricket::ContentInfo const &)
 
MCAPI::cricket::JsepTransport const * GetJsepTransportByName (::std::string const &) const
 
MCAPI::cricket::JsepTransport * GetJsepTransportByName (::std::string const &)
 
MCAPI::cricket::JsepTransport const * GetJsepTransportForMid (::std::string const &) const
 
MCAPI::cricket::JsepTransport const * GetJsepTransportForMid (::std::string_view) const
 
MCAPI::cricket::JsepTransport * GetJsepTransportForMid (::std::string const &)
 
MCAPI ::webrtc::scoped_refptr<::rtc::RTCCertificateGetLocalCertificate (::std::string const &) const
 
MCAPI ::std::unique_ptr<::rtc::SSLCertChainGetRemoteSSLCertChain (::std::string const &) const
 
MCAPI int GetRtpAbsSendTimeHeaderExtensionId (::cricket::ContentInfo const &)
 
MCAPI::webrtc::RtpTransportInternal * GetRtpTransport (::std::string_view) const
 
MCAPI ::webrtc::scoped_refptr<::webrtc::SctpTransportGetSctpTransport (::std::string const &) const
 
MCAPI bool GetStats (::std::string const &, ::cricket::TransportStats *)
 
MCAPI bool HandleBundledContent (::cricket::ContentInfo const &, ::cricket::ContentGroup const &)
 
MCAPI void HandleRejectedContent (::cricket::ContentInfo const &)
 
MCAPI JsepTransportController (::webrtc::Environment const &, ::rtc::Thread *, ::cricket::PortAllocator *, ::webrtc::AsyncDnsResolverFactoryInterface *, ::webrtc::JsepTransportController::Config)
 
MCAPI ::webrtc::scoped_refptr<::webrtc::DtlsTransportLookupDtlsTransportByMid (::std::string const &)
 
MCAPI::webrtc::RTCError MaybeCreateJsepTransport (bool, ::cricket::ContentInfo const &, ::cricket::SessionDescription const &)
 
MCAPI void MaybeStartGathering ()
 
MCAPI ::std::map<::cricket::ContentGroup const *, ::std::vector< int > > MergeEncryptedHeaderExtensionIdsForBundles (::cricket::SessionDescription const *)
 
MCAPI bool NeedsIceRestart (::std::string const &) const
 
MCAPI void OnDtlsHandshakeError (::rtc::SSLHandshakeError)
 
MCAPI void OnRtcpPacketReceived_n (::rtc::CopyOnWriteBuffer *, int64)
 
MCAPI void OnTransportCandidateError_n (::cricket::IceTransportInternal *, ::cricket::IceCandidateErrorEvent const &)
 
MCAPI void OnTransportCandidateGathered_n (::cricket::IceTransportInternal *, ::cricket::Candidate const &)
 
MCAPI void OnTransportCandidatePairChanged_n (::cricket::CandidatePairChangeEvent const &)
 
MCAPI void OnTransportCandidatesRemoved_n (::cricket::IceTransportInternal *, ::std::vector<::cricket::Candidate > const &)
 
MCAPI bool OnTransportChanged (::std::string const &, ::cricket::JsepTransport *)
 
MCAPI void OnTransportGatheringState_n (::cricket::IceTransportInternal *)
 
MCAPI void OnTransportReceivingState_n (::rtc::PacketTransportInternal *)
 
MCAPI void OnTransportRoleConflict_n (::cricket::IceTransportInternal *)
 
MCAPI void OnTransportStateChanged_n (::cricket::IceTransportInternal *)
 
MCAPI void OnTransportWritableState_n (::rtc::PacketTransportInternal *)
 
MCAPI void OnUnDemuxableRtpPacketReceived_n (::webrtc::RtpPacketReceived const &)
 
MCAPI::webrtc::RTCError RemoveRemoteCandidates (::std::vector<::cricket::Candidate > const &)
 
MCAPI::webrtc::RTCError RollbackTransports ()
 
MCAPI void SetActiveResetSrtpParams (bool)
 
MCAPI void SetIceConfig (::cricket::IceConfig const &)
 
MCAPI void SetIceRole_n (::cricket::IceRole)
 
MCAPI bool SetLocalCertificate (::webrtc::scoped_refptr<::rtc::RTCCertificate > const &)
 
MCAPI::webrtc::RTCError SetLocalDescription (::webrtc::SdpType, ::cricket::SessionDescription const *, ::cricket::SessionDescription const *)
 
MCAPI void SetNeedsIceRestartFlag ()
 
MCAPI::webrtc::RTCError SetRemoteDescription (::webrtc::SdpType, ::cricket::SessionDescription const *, ::cricket::SessionDescription const *)
 
MCAPI void UpdateAggregateStates_n ()
 
MCAPI::webrtc::RTCError ValidateAndMaybeUpdateBundleGroups (bool, ::webrtc::SdpType, ::cricket::SessionDescription const *, ::cricket::SessionDescription const *)
 
MCAPI::webrtc::RTCError ValidateContent (::cricket::ContentInfo const &)
 
MCAPI void * $ctor (::webrtc::Environment const &, ::rtc::Thread *, ::cricket::PortAllocator *, ::webrtc::AsyncDnsResolverFactoryInterface *, ::webrtc::JsepTransportController::Config)
 

Static Public Member Functions

static MCAPI void ** $vftable ()
 

Constructor & Destructor Documentation

◆ JsepTransportController()

MCAPI webrtc::JsepTransportController::JsepTransportController ( ::webrtc::Environment const & ,
::rtc::Thread * ,
::cricket::PortAllocator * ,
::webrtc::AsyncDnsResolverFactoryInterface * ,
::webrtc::JsepTransportController::Config  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

Member Function Documentation

◆ AddRemoteCandidates()

MCAPI::webrtc::RTCError webrtc::JsepTransportController::AddRemoteCandidates ( ::std::string const & ,
::std::vector<::cricket::Candidate > const &  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ApplyDescription_n()

MCAPI::webrtc::RTCError webrtc::JsepTransportController::ApplyDescription_n ( bool ,
::webrtc::SdpType ,
::cricket::SessionDescription const * ,
::cricket::SessionDescription const *  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ CreateDtlsSrtpTransport()

MCAPI ::std::unique_ptr<::webrtc::DtlsSrtpTransport > webrtc::JsepTransportController::CreateDtlsSrtpTransport ( ::std::string const & ,
::cricket::DtlsTransportInternal * ,
::cricket::DtlsTransportInternal *  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ CreateDtlsTransport()

MCAPI ::std::unique_ptr<::cricket::DtlsTransportInternal > webrtc::JsepTransportController::CreateDtlsTransport ( ::cricket::ContentInfo const & ,
::cricket::IceTransportInternal *  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ CreateIceTransport()

MCAPI ::webrtc::scoped_refptr<::webrtc::IceTransportInterface > webrtc::JsepTransportController::CreateIceTransport ( ::std::string const & ,
bool  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ CreateJsepTransportDescription()

MCAPI::cricket::JsepTransportDescription webrtc::JsepTransportController::CreateJsepTransportDescription ( ::cricket::ContentInfo const & ,
::cricket::TransportInfo const & ,
::std::vector< int > const & ,
int  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ CreateUnencryptedRtpTransport()

MCAPI ::std::unique_ptr<::webrtc::RtpTransport > webrtc::JsepTransportController::CreateUnencryptedRtpTransport ( ::std::string const & ,
::rtc::PacketTransportInternal * ,
::rtc::PacketTransportInternal *  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ DestroyAllJsepTransports_n()

MCAPI void webrtc::JsepTransportController::DestroyAllJsepTransports_n ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ DetermineIceRole()

MCAPI::cricket::IceRole webrtc::JsepTransportController::DetermineIceRole ( ::cricket::JsepTransport * ,
::cricket::TransportInfo const & ,
::webrtc::SdpType ,
bool  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetActiveDtlsTransports()

MCAPI ::std::vector<::cricket::DtlsTransportInternal * > webrtc::JsepTransportController::GetActiveDtlsTransports ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetDataChannelTransport()

MCAPI::webrtc::DataChannelTransportInterface * webrtc::JsepTransportController::GetDataChannelTransport ( ::std::string const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetDtlsRole()

MCAPI ::std::optional<::rtc::SSLRole > webrtc::JsepTransportController::GetDtlsRole ( ::std::string const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetDtlsTransport()

MCAPI::cricket::DtlsTransportInternal * webrtc::JsepTransportController::GetDtlsTransport ( ::std::string const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetDtlsTransports()

MCAPI ::std::vector<::cricket::DtlsTransportInternal * > webrtc::JsepTransportController::GetDtlsTransports ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetEncryptedHeaderExtensionIds()

MCAPI ::std::vector< int > webrtc::JsepTransportController::GetEncryptedHeaderExtensionIds ( ::cricket::ContentInfo const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetJsepTransportByName() [1/2]

MCAPI::cricket::JsepTransport const * webrtc::JsepTransportController::GetJsepTransportByName ( ::std::string const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetJsepTransportByName() [2/2]

MCAPI::cricket::JsepTransport * webrtc::JsepTransportController::GetJsepTransportByName ( ::std::string const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetJsepTransportForMid() [1/3]

MCAPI::cricket::JsepTransport const * webrtc::JsepTransportController::GetJsepTransportForMid ( ::std::string const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetJsepTransportForMid() [2/3]

MCAPI::cricket::JsepTransport const * webrtc::JsepTransportController::GetJsepTransportForMid ( ::std::string_view ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetJsepTransportForMid() [3/3]

MCAPI::cricket::JsepTransport * webrtc::JsepTransportController::GetJsepTransportForMid ( ::std::string const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetLocalCertificate()

MCAPI ::webrtc::scoped_refptr<::rtc::RTCCertificate > webrtc::JsepTransportController::GetLocalCertificate ( ::std::string const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetRemoteSSLCertChain()

MCAPI ::std::unique_ptr<::rtc::SSLCertChain > webrtc::JsepTransportController::GetRemoteSSLCertChain ( ::std::string const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetRtpAbsSendTimeHeaderExtensionId()

MCAPI int webrtc::JsepTransportController::GetRtpAbsSendTimeHeaderExtensionId ( ::cricket::ContentInfo const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetRtpTransport()

MCAPI::webrtc::RtpTransportInternal * webrtc::JsepTransportController::GetRtpTransport ( ::std::string_view ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetSctpTransport()

MCAPI ::webrtc::scoped_refptr<::webrtc::SctpTransport > webrtc::JsepTransportController::GetSctpTransport ( ::std::string const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ GetStats()

MCAPI bool webrtc::JsepTransportController::GetStats ( ::std::string const & ,
::cricket::TransportStats *  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ HandleBundledContent()

MCAPI bool webrtc::JsepTransportController::HandleBundledContent ( ::cricket::ContentInfo const & ,
::cricket::ContentGroup const &  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ HandleRejectedContent()

MCAPI void webrtc::JsepTransportController::HandleRejectedContent ( ::cricket::ContentInfo const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ LookupDtlsTransportByMid()

MCAPI ::webrtc::scoped_refptr<::webrtc::DtlsTransport > webrtc::JsepTransportController::LookupDtlsTransportByMid ( ::std::string const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ MaybeCreateJsepTransport()

MCAPI::webrtc::RTCError webrtc::JsepTransportController::MaybeCreateJsepTransport ( bool ,
::cricket::ContentInfo const & ,
::cricket::SessionDescription const &  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ MaybeStartGathering()

MCAPI void webrtc::JsepTransportController::MaybeStartGathering ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ MergeEncryptedHeaderExtensionIdsForBundles()

MCAPI ::std::map<::cricket::ContentGroup const *, ::std::vector< int > > webrtc::JsepTransportController::MergeEncryptedHeaderExtensionIdsForBundles ( ::cricket::SessionDescription const * )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ NeedsIceRestart()

MCAPI bool webrtc::JsepTransportController::NeedsIceRestart ( ::std::string const & ) const
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnDtlsHandshakeError()

MCAPI void webrtc::JsepTransportController::OnDtlsHandshakeError ( ::rtc::SSLHandshakeError )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnRtcpPacketReceived_n()

MCAPI void webrtc::JsepTransportController::OnRtcpPacketReceived_n ( ::rtc::CopyOnWriteBuffer * ,
int64  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnTransportCandidateError_n()

MCAPI void webrtc::JsepTransportController::OnTransportCandidateError_n ( ::cricket::IceTransportInternal * ,
::cricket::IceCandidateErrorEvent const &  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnTransportCandidateGathered_n()

MCAPI void webrtc::JsepTransportController::OnTransportCandidateGathered_n ( ::cricket::IceTransportInternal * ,
::cricket::Candidate const &  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnTransportCandidatePairChanged_n()

MCAPI void webrtc::JsepTransportController::OnTransportCandidatePairChanged_n ( ::cricket::CandidatePairChangeEvent const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnTransportCandidatesRemoved_n()

MCAPI void webrtc::JsepTransportController::OnTransportCandidatesRemoved_n ( ::cricket::IceTransportInternal * ,
::std::vector<::cricket::Candidate > const &  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnTransportChanged()

MCAPI bool webrtc::JsepTransportController::OnTransportChanged ( ::std::string const & ,
::cricket::JsepTransport *  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnTransportGatheringState_n()

MCAPI void webrtc::JsepTransportController::OnTransportGatheringState_n ( ::cricket::IceTransportInternal * )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnTransportReceivingState_n()

MCAPI void webrtc::JsepTransportController::OnTransportReceivingState_n ( ::rtc::PacketTransportInternal * )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnTransportRoleConflict_n()

MCAPI void webrtc::JsepTransportController::OnTransportRoleConflict_n ( ::cricket::IceTransportInternal * )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnTransportStateChanged_n()

MCAPI void webrtc::JsepTransportController::OnTransportStateChanged_n ( ::cricket::IceTransportInternal * )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnTransportWritableState_n()

MCAPI void webrtc::JsepTransportController::OnTransportWritableState_n ( ::rtc::PacketTransportInternal * )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ OnUnDemuxableRtpPacketReceived_n()

MCAPI void webrtc::JsepTransportController::OnUnDemuxableRtpPacketReceived_n ( ::webrtc::RtpPacketReceived const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ RemoveRemoteCandidates()

MCAPI::webrtc::RTCError webrtc::JsepTransportController::RemoveRemoteCandidates ( ::std::vector<::cricket::Candidate > const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ RollbackTransports()

MCAPI::webrtc::RTCError webrtc::JsepTransportController::RollbackTransports ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetActiveResetSrtpParams()

MCAPI void webrtc::JsepTransportController::SetActiveResetSrtpParams ( bool )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetIceConfig()

MCAPI void webrtc::JsepTransportController::SetIceConfig ( ::cricket::IceConfig const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetIceRole_n()

MCAPI void webrtc::JsepTransportController::SetIceRole_n ( ::cricket::IceRole )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetLocalCertificate()

MCAPI bool webrtc::JsepTransportController::SetLocalCertificate ( ::webrtc::scoped_refptr<::rtc::RTCCertificate > const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetLocalDescription()

MCAPI::webrtc::RTCError webrtc::JsepTransportController::SetLocalDescription ( ::webrtc::SdpType ,
::cricket::SessionDescription const * ,
::cricket::SessionDescription const *  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetNeedsIceRestartFlag()

MCAPI void webrtc::JsepTransportController::SetNeedsIceRestartFlag ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ SetRemoteDescription()

MCAPI::webrtc::RTCError webrtc::JsepTransportController::SetRemoteDescription ( ::webrtc::SdpType ,
::cricket::SessionDescription const * ,
::cricket::SessionDescription const *  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ UpdateAggregateStates_n()

MCAPI void webrtc::JsepTransportController::UpdateAggregateStates_n ( )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ValidateAndMaybeUpdateBundleGroups()

MCAPI::webrtc::RTCError webrtc::JsepTransportController::ValidateAndMaybeUpdateBundleGroups ( bool ,
::webrtc::SdpType ,
::cricket::SessionDescription const * ,
::cricket::SessionDescription const *  )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ ValidateContent()

MCAPI::webrtc::RTCError webrtc::JsepTransportController::ValidateContent ( ::cricket::ContentInfo const & )
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $ctor()

Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

◆ $vftable()

static MCAPI void ** webrtc::JsepTransportController::$vftable ( )
static
Attention
This function is not yet publicly available. To request access: reference this function in your code and attempt to link. The linker will report the exact symbol name. Submit a access request at https://github.com/LiteLDev/mcapi-requests/issues/new including the full symbol name.

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