Our new developer documentation is now available. Please check it out!
RpcEventHandler
public delegate void RpcEventHandler(object sender, RpcEventArgs e);
EventHandler in the current room
Parameters
Name | Type | Description |
---|---|---|
sender | Object | sender of type |
e | RpcEventArgs | Arguments events |