Overte C++ Documentation
Networking

Classes

class  NetworkSocket
 Multiplexes a QUdpSocket and a WebRTCSocket so that they appear as a single QUdpSocket-style socket. More...
 
class  WDCSetSessionDescriptionObserver
 A WebRTC session description observer. More...
 
class  WDCCreateSessionDescriptionObserver
 A WebRTC create session description observer. More...
 
class  WDCPeerConnectionObserver
 A WebRTC peer connection observer. More...
 
class  WDCDataChannelObserver
 A WebRTC data channel observer. More...
 
class  WDCConnection
 A WebRTC data channel connection. More...
 
class  WebRTCDataChannels
 Manages WebRTC data channels on the domain server or an assignment client that Interface clients can connect to. More...
 
class  WebRTCSignalingServer
 Provides a WebRTC signaling server that Interface clients can use to initiate WebRTC connections to the domain server and its assignment clients. More...
 
class  WebRTCSocket
 Provides a QUdpSocket-style interface for using WebRTCDataChannels. More...
 

Enumerations

enum class  SocketType : uint8_t { Unknown , UDP , WebRTC }
 The types of network socket. More...
 

Detailed Description

Enumeration Type Documentation

◆ SocketType

enum SocketType : uint8_t
strong

The types of network socket.

Enumerator
Unknown 

Socket type unknown or not set.

UDP 

UDP socket.

WebRTC 

WebRTC socket. A WebRTC data channel presented as a UDP-style socket.