Our new developer documentation is now available. Please check it out!
Room.Room_OnDatagram
public virtual void Room_OnDatagram(object sender, DatagramEventArgs e)
Default impl will push a datagram to all Room of the same mediaId in the current room.
Info
The room will drop a datagram if there is no decoder to push
Parameters
Name | Type | Description |
---|---|---|
sender | Object | Room object |
e | DatagramEventArgs | Datagram payload |