3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/deps/nether_net/ClientNegotiator.h"
7#include "mc/external/webrtc/PeerConnectionInterface.h"
8#include "mc/external/webrtc/scoped_refptr.h"
9#include "mc/platform/brstd/move_only_function.h"
36 ClientNegotiatorNoTrickleIce& operator=(ClientNegotiatorNoTrickleIce
const&);
37 ClientNegotiatorNoTrickleIce(ClientNegotiatorNoTrickleIce
const&);
38 ClientNegotiatorNoTrickleIce();
47 virtual ~ClientNegotiatorNoTrickleIce() =
default;
Definition CandidateAdd.h:7
MCAPI void * $ctor(::NetherNet::ContextProxy const &ctx, ::webrtc::scoped_refptr<::webrtc::PeerConnectionFactory > factory, ::webrtc::scoped_refptr<::NetherNet::PeerConnectionObserver > observer, ::brstd::move_only_function< void(::std::variant< ::NetherNet::ConnectRequest, ::NetherNet::ConnectResponse, ::NetherNet::ConnectError, ::NetherNet::CandidateAdd > const &) const > sendMessage, uint64 sessionId)
MCAPI ClientNegotiatorNoTrickleIce(::NetherNet::ContextProxy const &ctx, ::webrtc::scoped_refptr<::webrtc::PeerConnectionFactory > factory, ::webrtc::scoped_refptr<::NetherNet::PeerConnectionObserver > observer, ::brstd::move_only_function< void(::std::variant< ::NetherNet::ConnectRequest, ::NetherNet::ConnectResponse, ::NetherNet::ConnectError, ::NetherNet::CandidateAdd > const &) const > sendMessage, uint64 sessionId)
MCAPI void $_onLocalIceCandidate(::webrtc::IceCandidateInterface const *iceCandidate)
MCAPI void $_onSetLocalDescription(::webrtc::RTCError)
MCAPI void _onIceGatheringChange(::webrtc::PeerConnectionInterface::IceGatheringState newState)
static MCAPI void ** $vftable()
Definition ClientNegotiator.h:31
Definition ConnectError.h:7
Definition ConnectRequest.h:12
Definition ConnectResponse.h:12
Definition ContextProxy.h:18
Definition PeerConnectionObserver.h:22
Definition move_only_function.h:9
Definition IceCandidateInterface.h:12
Definition PeerConnectionFactory.h:31
Definition scoped_refptr.h:8