Our new developer documentation is now available. Please check it out!
Room.Room_OnRPC
public virtual void Room_OnRPC(object sender, RpcEventArgs e)
Default impl will process all rpc packets.
Info
Client side processing of MsgPackMessageType is not supported and will always response with "MessagePack requests are not supported!"
or drop the request on error
Parameters
Name | Type | Description |
---|---|---|
sender | Object | Room object |
e | RpcEventArgs | RPC payload |