OpenTera WebRTC API (C++) 1.2.6
|
Represents a WebRTC peer connection configuration. More...
#include <WebrtcConfiguration.h>
Public Member Functions | |
WebrtcConfiguration (const WebrtcConfiguration &other)=default | |
WebrtcConfiguration (WebrtcConfiguration &&other)=default | |
const std::vector< IceServer > & | iceServers () const |
operator webrtc::PeerConnectionInterface::RTCConfiguration () const | |
WebrtcConfiguration & | operator= (const WebrtcConfiguration &other)=default |
WebrtcConfiguration & | operator= (WebrtcConfiguration &&other)=default |
Static Public Member Functions | |
static WebrtcConfiguration | create () |
Creates a WebRTC peer connection configuration with default values. More... | |
static WebrtcConfiguration | create (std::vector< IceServer > iceServers) |
Creates a WebRTC peer connection configuration with the specified value. More... | |
Represents a WebRTC peer connection configuration.
|
inlinestatic |
Creates a WebRTC peer connection configuration with default values.
|
inlinestatic |
Creates a WebRTC peer connection configuration with the specified value.
iceServers | The ice servers |
|
inline |
Returns the ice servers.
|
explicit |
Converts a AudioSourceConfiguration to a webrtc::PeerConnectionInterface::RTCConfiguration.