Amazon Kinesis Webrtc C SDK
SignalingMessage Struct Reference

Structure defining the basic signaling message. More...

#include <Include.h>

Collaboration diagram for SignalingMessage:
Collaboration graph

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...
 

Detailed Description

Structure defining the basic signaling message.


The documentation for this struct was generated from the following file: