Our new developer documentation is now available. Please check it out!
Room.SendMessage
public bool SendMessage(ulong[] peerIdList, byte[] data)
Sends arbitrary data to a array of target peerIds.
Info
associated ids of peers must be in the same room and should not be empty
Parameters
Name | Type | Description |
---|---|---|
peerIdList | UInt64[] | array of ids( |
data | Byte[] | arbitrary byte array |
Returns
Type | Description |
---|---|
Boolean | true if data was send or false |