Amazon Kinesis Webrtc C SDK
SignalingChannelDescription Struct Reference

Signaling channel description returned from the service. More...

#include <Include.h>

Collaboration diagram for SignalingChannelDescription:
Collaboration graph

Public Attributes

UINT32 version
 Version of the SignalingChannelDescription struct. More...
 
CHAR channelArn [MAX_ARN_LEN+1]
 Channel Amazon Resource Name (ARN) More...
 
CHAR channelName [256+1]
 Signaling channel name. Should be unique per AWS account. More...
 
SIGNALING_CHANNEL_STATUS channelStatus
 Current channel status as reported by the service. More...
 
SIGNALING_CHANNEL_TYPE channelType
 Channel type as reported by the service. More...
 
CHAR updateVersion [MAX_UPDATE_VERSION_LEN+1]
 
UINT64 messageTtl
 
UINT64 creationTime
 Timestamp of when the channel gets created. More...
 

Detailed Description

Signaling channel description returned from the service.


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