LeviLamina
Loading...
Searching...
No Matches
ServerNegotiatorNoTrickleIce.h
1#pragma once
2
3#include "mc/_HeaderOutputPredefine.h"
4
5// auto generated inclusion list
6#include "mc/deps/nether_net/ServerNegotiator.h"
7
8// auto generated forward declare list
9// clang-format off
10namespace webrtc { class IceCandidateInterface; }
11namespace webrtc { class RTCError; }
12// clang-format on
13
14namespace NetherNet {
15
17public:
18 // member variables
19 // NOLINTBEGIN
22 // NOLINTEND
23
24public:
25 // prevent constructor by default
29
30public:
31 // virtual functions
32 // NOLINTBEGIN
33 // vIndex: 15
34 virtual void _onSetLocalDescription(::webrtc::RTCError) /*override*/;
35
36 // vIndex: 17
37 virtual void _onLocalIceCandidate(::webrtc::IceCandidateInterface const* iceCandidate) /*override*/;
38
39 // vIndex: 0
40 virtual ~ServerNegotiatorNoTrickleIce() /*override*/ = default;
41 // NOLINTEND
42
43public:
44 // virtual function thunks
45 // NOLINTBEGIN
46
47 // NOLINTEND
48};
49
50} // namespace NetherNet
Definition ServerNegotiatorNoTrickleIce.h:16
Definition ServerNegotiator.h:31
Definition IceCandidateInterface.h:12
Definition RTCError.h:10
Definition Alias.h:14