Skip to content
This repository was archived by the owner on Aug 30, 2024. It is now read-only.

Commit 2da278a

Browse files
Update for 2.3.0 release
1 parent 8ca716a commit 2da278a

24 files changed

+899
-154
lines changed
0 Bytes
Binary file not shown.
104 KB
Binary file not shown.
113 KB
Binary file not shown.
15.8 KB
Binary file not shown.
-6.95 KB
Binary file not shown.

docs/.doctrees/api/sdk/sdk.doctree

9.99 KB
Binary file not shown.
-35 Bytes
Binary file not shown.

docs/.doctrees/environment.pickle

74.4 KB
Binary file not shown.
1.52 KB
Binary file not shown.

docs/_sources/api/sdk/common/exception.rst.txt

Lines changed: 37 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ Exception's which can be thrown by the SDK and caught by user. These have been l
1212
.. doxygenclass:: dolbyio::comms::async_operation_canceled
1313
:project: C++ SDK
1414

15+
.. doxygenclass:: dolbyio::comms::dvc_error_exception
16+
:project: C++ SDK
17+
1518
.. doxygenclass:: dolbyio::comms::json_exception
1619
:project: C++ SDK
1720

@@ -30,9 +33,6 @@ Exception's which can be thrown by the SDK and caught by user. These have been l
3033
.. doxygenclass:: dolbyio::comms::session_exception
3134
:project: C++ SDK
3235

33-
.. doxygenclass:: dolbyio::comms::services::session::state_exception
34-
:project: C++ SDK
35-
3636
.. doxygenclass:: dolbyio::comms::conference_exception
3737
:project: C++ SDK
3838

@@ -42,10 +42,44 @@ Exception's which can be thrown by the SDK and caught by user. These have been l
4242
.. doxygenclass:: dolbyio::comms::media_exception
4343
:project: C++ SDK
4444

45+
.. doxygenclass:: dolbyio::comms::media_engine_exception
46+
:project: C++ SDK
47+
48+
.. doxygenclass:: dolbyio::comms::create_answer_exception
49+
:project: C++ SDK
50+
51+
.. doxygenclass:: dolbyio::comms::create_peer_connection_exception
52+
:project: C++ SDK
53+
54+
.. doxygenclass:: dolbyio::comms::ice_candidate_exception
55+
:project: C++ SDK
56+
57+
.. doxygenclass:: dolbyio::comms::media_stream_exception
58+
:project: C++ SDK
59+
60+
.. doxygenclass:: dolbyio::comms::peer_connection_disconnected_exception
61+
:project: C++ SDK
62+
63+
.. doxygenclass:: dolbyio::comms::peer_connection_failed_exception
64+
:project: C++ SDK
65+
66+
.. doxygenclass:: dolbyio::comms::sdp_exception
67+
:project: C++ SDK
68+
69+
.. doxygenclass:: dolbyio::comms::spatial_placement_exception
70+
:project: C++ SDK
71+
4572
.. doxygenclass:: dolbyio::comms::dvc_exception
4673
:project: C++ SDK
4774

4875
.. doxygenclass:: dolbyio::comms::certificate_exception
4976
:project: C++ SDK
5077

78+
.. doxygenclass:: dolbyio::comms::security_check_exception
79+
:project: C++ SDK
80+
81+
.. doxygenclass:: dolbyio::comms::signaling_channel_exception
82+
:project: C++ SDK
5183

84+
.. doxygenclass:: dolbyio::comms::invalid_token_exception
85+
:project: C++ SDK

0 commit comments

Comments
 (0)