Amazon Kinesis Webrtc C SDK
RtcConfiguration Struct Reference

The Configuration defines a set of parameters to configure how the peer-to-peer communication established via RtcPeerConnection is established or re-established. More...

#include <Include.h>

Collaboration diagram for RtcConfiguration:
Collaboration graph

Public Attributes

ICE_TRANSPORT_POLICY iceTransportPolicy
 Indicates which candidates the ICE Agent is allowed to use. More...
 
RtcIceServer iceServers [(5 *4+1)]
 Servers available to be used by ICE, such as STUN and TURN servers. More...
 
KvsRtcConfiguration kvsRtcConfiguration
 Non-standard configuration options. More...
 
RtcCertificate certificates [3]
 

Detailed Description

The Configuration defines a set of parameters to configure how the peer-to-peer communication established via RtcPeerConnection is established or re-established.

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


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