Room.BroadcastMessage
public bool BroadcastMessage(byte[] data, bool includeSelf = false)
Sends arbitrary data to a all remote peers in this room.
Parameters
Name | Type | Description |
---|---|---|
data | Byte[] | arbitrary byte array |
includeSelf | Boolean | idicates whether this current peer id |
Returns
Type | Description |
---|---|
Boolean | true if data was send or false |