Web SDK - MessageEventType

Home > @rainway/web > MessageEventType

MessageEventType enum

Indicates whether a received data channel message expects a response.

Signature:

export declare enum MessageEventType 

Enumeration Members

MemberValueDescription
Request1The message expects a response.
Standalone0The message does not expect a response.