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

Commit cf39fbc

Browse files
Update for 2.4.0-beta.2 release
1 parent 6a3da12 commit cf39fbc

38 files changed

+249
-115
lines changed
-1.94 KB
Binary file not shown.
744 Bytes
Binary file not shown.
-297 Bytes
Binary file not shown.

docs/.doctrees/environment.pickle

0 Bytes
Binary file not shown.
1.49 KB
Binary file not shown.

docs/_sources/other/getting_started.rst.txt

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ The following table lists the contents of the C++ SDK package:
2828
With the addition of Apple silicon support, the macOS package contains two subdirectories inside the unzipped **sdk-release** directory, with libraries for respective platforms. The **sdk-release-arm** packages are designed for Arm architectures, and the **sdk-release-x86** packages are designed for x86 architectures. To simplify this guide, we will mention only the **sdk-release** directory.
2929

3030
.. note::
31-
On macOS, it is necessary to unquarantine SDK libraries and sample binaries. Otherwise, quarantine attributes prevent their usage. The simplest way to unquarantine is to strip the quarantine attributes recursively for all the files in the package. The following example presents how to do this via terminal and the macOS attribute stripping command line tool:
31+
On macOS, it is necessary to unquarantine the prebuilt desktop_app sample binary included in the package. To strip quarantine via terminal and the macOS attribute stripping command line tool do the following:
3232

33-
**xattr -d -r com.apple.quarantine sdk-release/**
33+
**xattr -d -r com.apple.quarantine sdk-release/bin/desktop_app**
3434

3535
CA certificates
3636
---------------
@@ -287,6 +287,12 @@ explain each of the options. If the chosen option requires more input, the user
287287
+--------------------------+----------------------------------------------------------------+
288288
| get-audio-capture-mode | Get the current audio capture mode. |
289289
+--------------------------+----------------------------------------------------------------+
290+
| sc+ | Start screen share, or switch share source if already active |
291+
+--------------------------+----------------------------------------------------------------+
292+
| sc- | Stop the screen share |
293+
+--------------------------+----------------------------------------------------------------+
294+
| screen-share-type | Change the screen share content type hint |
295+
+--------------------------+----------------------------------------------------------------+
290296
| q | Quits the application |
291297
+--------------------------+----------------------------------------------------------------+
292298
| f* | Sets a new media file to play (if media io enabled) |

docs/_static/css/theme.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

docs/api/coresdk.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@
3131
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
3232
<div class="wy-side-scroll">
3333
<div class="wy-side-nav-search" >
34-
<a href="../index.html" class="icon icon-home"> C++ SDK
34+
35+
36+
37+
<a href="../index.html" class="icon icon-home">
38+
C++ SDK
3539
</a>
3640
<div role="search">
3741
<form id="rtd-search-form" class="wy-form" action="../search.html" method="get">
38-
<input type="text" name="q" placeholder="Search docs" />
42+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
3943
<input type="hidden" name="check_keywords" value="yes" />
4044
<input type="hidden" name="area" value="default" />
4145
</form>
@@ -77,7 +81,7 @@
7781
<div class="rst-content">
7882
<div role="navigation" aria-label="Page navigation">
7983
<ul class="wy-breadcrumbs">
80-
<li><a href="../index.html" class="icon icon-home"></a></li>
84+
<li><a href="../index.html" class="icon icon-home" aria-label="Home"></a></li>
8185
<li class="breadcrumb-item active">Core API</li>
8286
<li class="wy-breadcrumbs-aside">
8387
<a href="../_sources/api/coresdk.rst.txt" rel="nofollow"> View page source</a>

docs/api/injection/audio.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@
3131
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
3232
<div class="wy-side-scroll">
3333
<div class="wy-side-nav-search" >
34-
<a href="../../index.html" class="icon icon-home"> C++ SDK
34+
35+
36+
37+
<a href="../../index.html" class="icon icon-home">
38+
C++ SDK
3539
</a>
3640
<div role="search">
3741
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
38-
<input type="text" name="q" placeholder="Search docs" />
42+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
3943
<input type="hidden" name="check_keywords" value="yes" />
4044
<input type="hidden" name="area" value="default" />
4145
</form>
@@ -73,7 +77,7 @@
7377
<div class="rst-content">
7478
<div role="navigation" aria-label="Page navigation">
7579
<ul class="wy-breadcrumbs">
76-
<li><a href="../../index.html" class="icon icon-home"></a></li>
80+
<li><a href="../../index.html" class="icon icon-home" aria-label="Home"></a></li>
7781
<li class="breadcrumb-item"><a href="../media_io.html">Media IO API</a></li>
7882
<li class="breadcrumb-item active">Audio</li>
7983
<li class="wy-breadcrumbs-aside">

docs/api/injection/example.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,15 @@
3131
<nav data-toggle="wy-nav-shift" class="wy-nav-side">
3232
<div class="wy-side-scroll">
3333
<div class="wy-side-nav-search" >
34-
<a href="../../index.html" class="icon icon-home"> C++ SDK
34+
35+
36+
37+
<a href="../../index.html" class="icon icon-home">
38+
C++ SDK
3539
</a>
3640
<div role="search">
3741
<form id="rtd-search-form" class="wy-form" action="../../search.html" method="get">
38-
<input type="text" name="q" placeholder="Search docs" />
42+
<input type="text" name="q" placeholder="Search docs" aria-label="Search docs" />
3943
<input type="hidden" name="check_keywords" value="yes" />
4044
<input type="hidden" name="area" value="default" />
4145
</form>
@@ -78,7 +82,7 @@
7882
<div class="rst-content">
7983
<div role="navigation" aria-label="Page navigation">
8084
<ul class="wy-breadcrumbs">
81-
<li><a href="../../index.html" class="icon icon-home"></a></li>
85+
<li><a href="../../index.html" class="icon icon-home" aria-label="Home"></a></li>
8286
<li class="breadcrumb-item"><a href="../media_io.html">Media IO API</a></li>
8387
<li class="breadcrumb-item active">Example Injector Implementation</li>
8488
<li class="wy-breadcrumbs-aside">

0 commit comments

Comments
 (0)