Struct to send signaling message and parsing incoming notification. As the sender: the destinationId is the targeted user ID. As the receiver (handle notification): the destinationId is the sender's user ID. More...
Public Attributes | |
| string | destinationId |
| string | message |
Struct to send signaling message and parsing incoming notification. As the sender: the destinationId is the targeted user ID. As the receiver (handle notification): the destinationId is the sender's user ID.
| destinationId | The targeted user ID or the sender's UserID |
| message | The content |