Amazon Kinesis Webrtc C SDK
RtcIceServer Struct Reference

RtcIceServer is used to describe the STUN and TURN servers that can be used by the ICE Agent to establish a connection with a peer. More...

#include <Include.h>

Collaboration diagram for RtcIceServer:
Collaboration graph

Public Attributes

CHAR urls [MAX_ICE_CONFIG_URI_LEN+1]
 URL of STUN/TURN Server. More...
 
CHAR username [256+1]
 Username to be used with TURN server. More...
 
CHAR credential [256+1]
 Password to be used with TURN server. More...
 

Detailed Description

RtcIceServer is used to describe the STUN and TURN servers that can be used by the ICE Agent to establish a connection with a peer.

https://www.w3.org/TR/webrtc/#rtciceserver-dictionary


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