Room.BroadcastMessageAsync
Warning
Version 1.1.0 is deprecated and will be removed in the future and is not being supported for new users. Please update to the latest version as soon as possible.
public async Task<bool> BroadcastMessageAsync(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 get the message too |
Returns
Type | Description |
---|---|
Task<Boolean> | true if data was send or false |