Home > @rainway/native > DataChannelEvents
DataChannelEvents interface
Events emitted by DataChannel
Signature:
export interface DataChannelEvents 
Properties
| Property | Type | Description | 
|---|---|---|
| message | (ev: MessageEvent) => EventReturnType | Raised when a message arrives via the data channel. | 
