ice_candidate_exception
Module: Exceptions
The class that describes a conferencing error which can occur during an initial setting of candidates for a connection when the remote description is successfully applied.
#include <exception.h>
Inherits from dolbyio::comms::media_engine_exception, dolbyio::comms::conference_exception, dolbyio::comms::exception, exception
Public Functions
Name | |
---|---|
ice_candidate_exception(const std::string & reason) The constructor that takes the reason for error. |
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::ice_candidate_exception;
Public Functions Documentation
function ice_candidate_exception
inline ice_candidate_exception(
const std::string & reason
)
The constructor that takes the reason for error.
Parameters:
- reason Describes in detail the reason for the ice candidate error.
Updated 3 months ago
Did this page help you?