Amazon Kinesis Webrtc C SDK
 
Loading...
Searching...
No Matches
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.
 
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 [(10 *1024)+1]
 Actual signaling message payload.
 

Detailed Description

Structure defining the basic signaling message.


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