Our new developer documentation is now available. Please check it out!
IOdinMessageReceivedEventPayload
On this page
export interface IOdinMessageReceivedEventPayload
Interface describing the payload of an OdinMessageReceivedEvent
.
Properties
Name | Type | Description |
---|---|---|
message | Uint8Array | A byte array with the message. |
room | OdinRoom | The room where the message was received. |
senderId | number | The ID of the peer that sent the message (might not be in proximity). |