Called whenever another peer has sent a message. Connect to a Bind to On Message Received delegate node to handle this event for the specified room.
Name | Type | Description |
---|
Delegate | delegate | Connect to a Bind to On Message Received delegate node to get this event triggered when another peer sent a message. |
Outputs
Name | Type | Description |
---|
Exec | exec | |
Peer Id | integer | The id of the peer that sent the message. |
Data | array | The message payload data as an array of bytes. |
Room | object | The Room object reference of the room the message was sent in. |