LeviLamina
Loading...
Searching...
No Matches
cricket::P2PTransportChannel Class Reference

Classes

struct  CandidateAndResolver
 

Public Member Functions

MCAPI void AddAllocatorSession (::std::unique_ptr<::cricket::PortAllocatorSession >)
 
MCAPI void AddConnection (::cricket::Connection *)
 
MCAPI void AddRemoteCandidateWithResult (::cricket::Candidate, ::webrtc::AsyncDnsResolverResult const &)
 
MCAPI bool AllowedToPruneConnections () const
 
MCAPI int64 ComputeEstimatedDisconnectedTimeMs (int64, ::cricket::Connection *)
 
MCAPI::webrtc::IceTransportState ComputeIceTransportState () const
 
MCAPI::cricket::IceTransportState ComputeState () const
 
MCAPI::rtc::NetworkRoute ConfigureNetworkRoute (::cricket::Connection const *)
 
MCAPI bool CreateConnection (::cricket::PortInterface *, ::cricket::Candidate const &, ::cricket::PortInterface *)
 
MCAPI bool CreateConnections (::cricket::Candidate const &, ::cricket::PortInterface *)
 
MCAPI bool FindConnection (::cricket::Connection const *) const
 
MCAPI::cricket::IceParameters const * FindRemoteIceFromUfrag (::std::string_view, uint *)
 
MCAPI void FinishAddingRemoteCandidate (::cricket::Candidate const &)
 
MCAPI uint GetNominationAttr (::cricket::Connection *) const
 
MCAPI uint GetRemoteCandidateGeneration (::cricket::Candidate const &)
 
MCAPI bool GetUseCandidateAttr (::cricket::Connection *) const
 
MCAPI void GoogDeltaAckReceived (::webrtc::RTCErrorOr<::cricket::StunUInt64Attribute const * >)
 
MCAPI ::std::unique_ptr<::cricket::StunAttributeGoogDeltaReceived (::cricket::StunByteStringAttribute const *)
 
MCAPI void HandleAllTimedOut ()
 
MCAPI bool IsDuplicateRemoteCandidate (::cricket::Candidate const &)
 
MCAPI bool IsPortPruned (::cricket::PortInterface const *) const
 
MCAPI bool IsRemoteCandidatePruned (::cricket::Candidate const &) const
 
MCAPI void LogCandidatePairConfig (::cricket::Connection *, ::webrtc::IceCandidatePairConfigType)
 
MCAPI void MarkConnectionPinged (::cricket::Connection *)
 
MCAPI void MaybeStopPortAllocatorSessions ()
 
MCAPI void OnCandidateError (::cricket::PortAllocatorSession *, ::cricket::IceCandidateErrorEvent const &)
 
MCAPI void OnCandidateFilterChanged (uint, uint)
 
MCAPI void OnCandidateResolved (::webrtc::AsyncDnsResolverInterface *)
 
MCAPI void OnCandidatesAllocationDone (::cricket::PortAllocatorSession *)
 
MCAPI void OnCandidatesReady (::cricket::PortAllocatorSession *, ::std::vector<::cricket::Candidate > const &)
 
MCAPI void OnCandidatesRemoved (::cricket::PortAllocatorSession *, ::std::vector<::cricket::Candidate > const &)
 
MCAPI void OnConnectionDestroyed (::cricket::Connection *)
 
MCAPI void OnConnectionStateChange (::cricket::Connection *)
 
MCAPI void OnNominated (::cricket::Connection *)
 
MCAPI void OnPortDestroyed (::cricket::PortInterface *)
 
MCAPI void OnPortReady (::cricket::PortAllocatorSession *, ::cricket::PortInterface *)
 
MCAPI void OnPortsPruned (::cricket::PortAllocatorSession *, ::std::vector<::cricket::PortInterface * > const &)
 
MCAPI void OnReadPacket (::cricket::Connection *, ::rtc::ReceivedPacket const &)
 
MCAPI void OnReadyToSend (::cricket::Connection *)
 
MCAPI void OnRoleConflict (::cricket::PortInterface *)
 
MCAPI void OnSelectedConnectionDestroyed ()
 
MCAPI void OnSentPacket (::rtc::SentPacket const &)
 
MCAPI void OnUnknownAddress (::cricket::PortInterface *, ::rtc::SocketAddress const &, ::cricket::ProtocolType, ::cricket::IceMessage *, ::std::string const &, bool)
 
MCAPI P2PTransportChannel (::std::string_view, int, ::cricket::PortAllocator *, ::webrtc::AsyncDnsResolverFactoryInterface *, ::std::unique_ptr<::webrtc::AsyncDnsResolverFactoryInterface >, ::webrtc::RtcEventLog *, ::cricket::IceControllerFactoryInterface *, ::cricket::ActiveIceControllerFactoryInterface *, ::webrtc::FieldTrialsView const *)
 
MCAPI void ParseFieldTrials (::webrtc::FieldTrialsView const *)
 
MCAPI void PingConnection (::cricket::Connection *)
 
MCAPI bool PresumedWritable (::cricket::Connection const *) const
 
MCAPI void PruneAllPorts ()
 
MCAPI bool PrunePort (::cricket::PortInterface *)
 
MCAPI bool ReadyToSend (::cricket::Connection const *) const
 
MCAPI void RememberRemoteCandidate (::cricket::Candidate const &, ::cricket::PortInterface *)
 
MCAPI void RemoveConnection (::cricket::Connection *)
 
MCAPI void ResolveHostnameCandidate (::cricket::Candidate const &)
 
MCAPI::cricket::Candidate SanitizeLocalCandidate (::cricket::Candidate const &) const
 
MCAPI::cricket::Candidate SanitizeRemoteCandidate (::cricket::Candidate const &) const
 
MCAPI void SendPingRequestInternal (::cricket::Connection *)
 
MCAPI void SetReceiving (bool)
 
MCAPI void SetWritable (bool)
 
MCAPI void SwitchSelectedConnectionInternal (::cricket::Connection *, ::cricket::IceSwitchReason)
 
MCAPI::std::string ToString () const
 
MCAPI void UpdateTransportState ()
 
MCAPI void * $ctor (::std::string_view, int, ::cricket::PortAllocator *, ::webrtc::AsyncDnsResolverFactoryInterface *, ::std::unique_ptr<::webrtc::AsyncDnsResolverFactoryInterface >, ::webrtc::RtcEventLog *, ::cricket::IceControllerFactoryInterface *, ::cricket::ActiveIceControllerFactoryInterface *, ::webrtc::FieldTrialsView const *)
 

Static Public Member Functions

static MCAPI ::std::unique_ptr<::cricket::P2PTransportChannelCreate (::std::string_view, int, ::webrtc::IceTransportInit)
 
static MCAPI ::webrtc::RTCError ValidateIceConfig (::cricket::IceConfig const &)
 
static MCAPI void ** $vftableForIceTransportInternal ()
 
static MCAPI void ** $vftableForIceAgentInterface ()
 

Constructor & Destructor Documentation

◆ P2PTransportChannel()

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

◆ AddAllocatorSession()

MCAPI void cricket::P2PTransportChannel::AddAllocatorSession ( ::std::unique_ptr<::cricket::PortAllocatorSession > )
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.

◆ AddConnection()

MCAPI void cricket::P2PTransportChannel::AddConnection ( ::cricket::Connection * )
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.

◆ AddRemoteCandidateWithResult()

MCAPI void cricket::P2PTransportChannel::AddRemoteCandidateWithResult ( ::cricket::Candidate ,
::webrtc::AsyncDnsResolverResult 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.

◆ AllowedToPruneConnections()

MCAPI bool cricket::P2PTransportChannel::AllowedToPruneConnections ( ) 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.

◆ ComputeEstimatedDisconnectedTimeMs()

MCAPI int64 cricket::P2PTransportChannel::ComputeEstimatedDisconnectedTimeMs ( int64 ,
::cricket::Connection *  )
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.

◆ ComputeIceTransportState()

MCAPI::webrtc::IceTransportState cricket::P2PTransportChannel::ComputeIceTransportState ( ) 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.

◆ ComputeState()

MCAPI::cricket::IceTransportState cricket::P2PTransportChannel::ComputeState ( ) 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.

◆ ConfigureNetworkRoute()

MCAPI::rtc::NetworkRoute cricket::P2PTransportChannel::ConfigureNetworkRoute ( ::cricket::Connection 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.

◆ CreateConnection()

MCAPI bool cricket::P2PTransportChannel::CreateConnection ( ::cricket::PortInterface * ,
::cricket::Candidate const & ,
::cricket::PortInterface *  )
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.

◆ CreateConnections()

MCAPI bool cricket::P2PTransportChannel::CreateConnections ( ::cricket::Candidate const & ,
::cricket::PortInterface *  )
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.

◆ FindConnection()

MCAPI bool cricket::P2PTransportChannel::FindConnection ( ::cricket::Connection 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.

◆ FindRemoteIceFromUfrag()

MCAPI::cricket::IceParameters const * cricket::P2PTransportChannel::FindRemoteIceFromUfrag ( ::std::string_view ,
uint *  )
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.

◆ FinishAddingRemoteCandidate()

MCAPI void cricket::P2PTransportChannel::FinishAddingRemoteCandidate ( ::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.

◆ GetNominationAttr()

MCAPI uint cricket::P2PTransportChannel::GetNominationAttr ( ::cricket::Connection * ) 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.

◆ GetRemoteCandidateGeneration()

MCAPI uint cricket::P2PTransportChannel::GetRemoteCandidateGeneration ( ::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.

◆ GetUseCandidateAttr()

MCAPI bool cricket::P2PTransportChannel::GetUseCandidateAttr ( ::cricket::Connection * ) 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.

◆ GoogDeltaAckReceived()

MCAPI void cricket::P2PTransportChannel::GoogDeltaAckReceived ( ::webrtc::RTCErrorOr<::cricket::StunUInt64Attribute 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.

◆ GoogDeltaReceived()

MCAPI ::std::unique_ptr<::cricket::StunAttribute > cricket::P2PTransportChannel::GoogDeltaReceived ( ::cricket::StunByteStringAttribute 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.

◆ HandleAllTimedOut()

MCAPI void cricket::P2PTransportChannel::HandleAllTimedOut ( )
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.

◆ IsDuplicateRemoteCandidate()

MCAPI bool cricket::P2PTransportChannel::IsDuplicateRemoteCandidate ( ::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.

◆ IsPortPruned()

MCAPI bool cricket::P2PTransportChannel::IsPortPruned ( ::cricket::PortInterface 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.

◆ IsRemoteCandidatePruned()

MCAPI bool cricket::P2PTransportChannel::IsRemoteCandidatePruned ( ::cricket::Candidate 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.

◆ LogCandidatePairConfig()

MCAPI void cricket::P2PTransportChannel::LogCandidatePairConfig ( ::cricket::Connection * ,
::webrtc::IceCandidatePairConfigType  )
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.

◆ MarkConnectionPinged()

MCAPI void cricket::P2PTransportChannel::MarkConnectionPinged ( ::cricket::Connection * )
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.

◆ MaybeStopPortAllocatorSessions()

MCAPI void cricket::P2PTransportChannel::MaybeStopPortAllocatorSessions ( )
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.

◆ OnCandidateError()

MCAPI void cricket::P2PTransportChannel::OnCandidateError ( ::cricket::PortAllocatorSession * ,
::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.

◆ OnCandidateFilterChanged()

MCAPI void cricket::P2PTransportChannel::OnCandidateFilterChanged ( uint ,
uint  )
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.

◆ OnCandidateResolved()

MCAPI void cricket::P2PTransportChannel::OnCandidateResolved ( ::webrtc::AsyncDnsResolverInterface * )
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.

◆ OnCandidatesAllocationDone()

MCAPI void cricket::P2PTransportChannel::OnCandidatesAllocationDone ( ::cricket::PortAllocatorSession * )
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.

◆ OnCandidatesReady()

MCAPI void cricket::P2PTransportChannel::OnCandidatesReady ( ::cricket::PortAllocatorSession * ,
::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.

◆ OnCandidatesRemoved()

MCAPI void cricket::P2PTransportChannel::OnCandidatesRemoved ( ::cricket::PortAllocatorSession * ,
::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.

◆ OnConnectionDestroyed()

MCAPI void cricket::P2PTransportChannel::OnConnectionDestroyed ( ::cricket::Connection * )
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.

◆ OnConnectionStateChange()

MCAPI void cricket::P2PTransportChannel::OnConnectionStateChange ( ::cricket::Connection * )
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.

◆ OnNominated()

MCAPI void cricket::P2PTransportChannel::OnNominated ( ::cricket::Connection * )
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.

◆ OnPortDestroyed()

MCAPI void cricket::P2PTransportChannel::OnPortDestroyed ( ::cricket::PortInterface * )
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.

◆ OnPortReady()

MCAPI void cricket::P2PTransportChannel::OnPortReady ( ::cricket::PortAllocatorSession * ,
::cricket::PortInterface *  )
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.

◆ OnPortsPruned()

MCAPI void cricket::P2PTransportChannel::OnPortsPruned ( ::cricket::PortAllocatorSession * ,
::std::vector<::cricket::PortInterface * > 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.

◆ OnReadPacket()

MCAPI void cricket::P2PTransportChannel::OnReadPacket ( ::cricket::Connection * ,
::rtc::ReceivedPacket 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.

◆ OnReadyToSend()

MCAPI void cricket::P2PTransportChannel::OnReadyToSend ( ::cricket::Connection * )
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.

◆ OnRoleConflict()

MCAPI void cricket::P2PTransportChannel::OnRoleConflict ( ::cricket::PortInterface * )
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.

◆ OnSelectedConnectionDestroyed()

MCAPI void cricket::P2PTransportChannel::OnSelectedConnectionDestroyed ( )
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.

◆ OnSentPacket()

MCAPI void cricket::P2PTransportChannel::OnSentPacket ( ::rtc::SentPacket 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.

◆ OnUnknownAddress()

MCAPI void cricket::P2PTransportChannel::OnUnknownAddress ( ::cricket::PortInterface * ,
::rtc::SocketAddress const & ,
::cricket::ProtocolType ,
::cricket::IceMessage * ,
::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.

◆ ParseFieldTrials()

MCAPI void cricket::P2PTransportChannel::ParseFieldTrials ( ::webrtc::FieldTrialsView 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.

◆ PingConnection()

MCAPI void cricket::P2PTransportChannel::PingConnection ( ::cricket::Connection * )
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.

◆ PresumedWritable()

MCAPI bool cricket::P2PTransportChannel::PresumedWritable ( ::cricket::Connection 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.

◆ PruneAllPorts()

MCAPI void cricket::P2PTransportChannel::PruneAllPorts ( )
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.

◆ PrunePort()

MCAPI bool cricket::P2PTransportChannel::PrunePort ( ::cricket::PortInterface * )
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.

◆ ReadyToSend()

MCAPI bool cricket::P2PTransportChannel::ReadyToSend ( ::cricket::Connection 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.

◆ RememberRemoteCandidate()

MCAPI void cricket::P2PTransportChannel::RememberRemoteCandidate ( ::cricket::Candidate const & ,
::cricket::PortInterface *  )
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.

◆ RemoveConnection()

MCAPI void cricket::P2PTransportChannel::RemoveConnection ( ::cricket::Connection * )
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.

◆ ResolveHostnameCandidate()

MCAPI void cricket::P2PTransportChannel::ResolveHostnameCandidate ( ::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.

◆ SanitizeLocalCandidate()

MCAPI::cricket::Candidate cricket::P2PTransportChannel::SanitizeLocalCandidate ( ::cricket::Candidate 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.

◆ SanitizeRemoteCandidate()

MCAPI::cricket::Candidate cricket::P2PTransportChannel::SanitizeRemoteCandidate ( ::cricket::Candidate 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.

◆ SendPingRequestInternal()

MCAPI void cricket::P2PTransportChannel::SendPingRequestInternal ( ::cricket::Connection * )
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.

◆ SetReceiving()

MCAPI void cricket::P2PTransportChannel::SetReceiving ( 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.

◆ SetWritable()

MCAPI void cricket::P2PTransportChannel::SetWritable ( 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.

◆ SwitchSelectedConnectionInternal()

MCAPI void cricket::P2PTransportChannel::SwitchSelectedConnectionInternal ( ::cricket::Connection * ,
::cricket::IceSwitchReason  )
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.

◆ ToString()

MCAPI::std::string cricket::P2PTransportChannel::ToString ( ) 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.

◆ UpdateTransportState()

MCAPI void cricket::P2PTransportChannel::UpdateTransportState ( )
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.

◆ Create()

static MCAPI ::std::unique_ptr<::cricket::P2PTransportChannel > cricket::P2PTransportChannel::Create ( ::std::string_view ,
int ,
::webrtc::IceTransportInit  )
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.

◆ ValidateIceConfig()

static MCAPI ::webrtc::RTCError cricket::P2PTransportChannel::ValidateIceConfig ( ::cricket::IceConfig const & )
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.

◆ $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.

◆ $vftableForIceTransportInternal()

static MCAPI void ** cricket::P2PTransportChannel::$vftableForIceTransportInternal ( )
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.

◆ $vftableForIceAgentInterface()

static MCAPI void ** cricket::P2PTransportChannel::$vftableForIceAgentInterface ( )
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: