29 MCAPI
explicit RTCError(::webrtc::RTCErrorType);
31 MCAPI
RTCError(::webrtc::RTCErrorType, ::std::string_view);
33 MCAPI
char const* message()
const;
37 MCAPI
void set_message(::std::string_view);
45 MCAPI static ::webrtc::RTCError OK();
51 MCAPI
void* $ctor(::webrtc::RTCErrorType);
53 MCAPI
void* $ctor(::webrtc::RTCErrorType, ::std::string_view);