3#include "mc/_HeaderOutputPredefine.h"
6#include "mc/network/services/signaling/json_rpc/JsonRpcNotificationBase.h"
33 Params& operator=(Params
const&);
67 JsonWebRtcNotification(JsonWebRtcNotification
const&);
68 JsonWebRtcNotification();
89 MCNAPI
void*
$ctor(::std::string
const& toPlayerId, ::std::string
const& innerMessage);
Definition JsonRpcNotificationBase.h:12
Definition JsonWebRtcNotification.h:15
MCAPI::JsonRpc::JsonWebRtcNotification & operator=(::JsonRpc::JsonWebRtcNotification const &)
MCAPI void * $ctor(::std::string const &toPlayerId, ::std::string const &innerMessage)
static MCAPI void bindType(::cereal::ReflectionCtx &ctx)
MCAPI JsonWebRtcNotification(::std::string const &toPlayerId, ::std::string const &innerMessage)
MCAPI ~JsonWebRtcNotification()
Definition JsonWebRtcNotification.h:23
MCAPI Params(::JsonRpc::JsonWebRtcNotification::Params const &)
MCAPI::JsonRpc::JsonWebRtcNotification::Params & operator=(::JsonRpc::JsonWebRtcNotification::Params &&)
MCAPI void * $ctor(::JsonRpc::JsonWebRtcNotification::Params const &)
Definition ReflectionCtx.h:11