Structure defining the basic signaling message. More...
#include <Include.h>

Public Attributes | |
| UINT32 | version |
| Current version of the structure. | |
| SIGNALING_MESSAGE_TYPE | messageType |
| Type of signaling message. | |
| CHAR | correlationId [256+1] |
| Correlation Id string. | |
| CHAR | peerClientId [256+1] |
| Sender client id. | |
| UINT32 | payloadLen |
| Optional payload length. If 0, the length will be calculated. | |
| CHAR | payload [18750+1] |
| Actual signaling message payload. | |
Structure defining the basic signaling message.