Structure defining the basic signaling message. More...
#include <Include.h>
Public Attributes | |
UINT32 | version |
Current version of the structure. More... | |
SIGNALING_MESSAGE_TYPE | messageType |
Type of signaling message. More... | |
CHAR | correlationId [256+1] |
Correlation Id string. More... | |
CHAR | peerClientId [256+1] |
Sender client id. More... | |
UINT32 | payloadLen |
Optional payload length. If 0, the length will be calculated. More... | |
CHAR | payload [(10 *1024)+1] |
Actual signaling message payload. More... | |
Structure defining the basic signaling message.