Our new developer documentation is now available. Please check it out!
Room.ProcessRPC
public virtual void ProcessRPC(byte[] bytes)
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 |
---|---|---|
bytes | Byte[] | raw Msgpack |