create_peer_connection_exception
Module: Exceptions
The class that describes a conferencing error which may occur during a creation of an initial peer connection.
#include <exception.h>
Inherits from dolbyio::comms::media_engine_exception, dolbyio::comms::conference_exception, dolbyio::comms::exception, exception
Public Functions
Name | |
---|---|
create_peer_connection_exception() The default constructor. |
Additional inherited members
Public Functions inherited from dolbyio::comms::media_engine_exception
Name | |
---|---|
media_engine_exception(const std::string & reason) media_engine_exception constructor |
Public Functions inherited from dolbyio::comms::conference_exception
Name | |
---|---|
conference_exception(const std::string & description) The constructor that takes the exception description. |
Public Functions inherited from dolbyio::comms::exception
Name | |
---|---|
~exception() =default | |
const char * | what() const override Overrides to std::exception that returns a description of the exception. |
exception(const std::string & description) The constructor that takes the description of the exception. |
Protected Attributes inherited from dolbyio::comms::exception
Name | |
---|---|
std::string | fulldescription |
class dolbyio::comms::create_peer_connection_exception;
Public Functions Documentation
function create_peer_connection_exception
inline create_peer_connection_exception()
The default constructor.
Updated 3 months ago
Did this page help you?