TTMSFNCWXWebRTCDataChannelDataStringEvent Event Type
Fires when a string message is received over a data channel of a peer connection.
API unit family: TMSFNCWXWebRTC
Parameters
| Name | Description |
|---|---|
Sender |
The component that raised the event. |
AID |
The identifier of the peer connection that received the message. |
AChannel |
The name of the data channel the message arrived on. |
AData |
The received text payload. |