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

Commit 4c90105

Browse files
Update for 2.4.1 release
1 parent 2c6797b commit 4c90105

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

41 files changed

+82
-45
lines changed

docs/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 0e2b0ebde90f652001244b9187bcf1a3
3+
config: 496eeff6aeead3616f00be274b10bbb2
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
5.98 KB
Binary file not shown.
13.4 KB
Binary file not shown.

docs/.doctrees/environment.pickle

10.9 KB
Binary file not shown.

docs/.doctrees/index.doctree

0 Bytes
Binary file not shown.
759 Bytes
Binary file not shown.

docs/_sources/other/getting_started.rst.txt

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -204,9 +204,11 @@ _______________________________________
204204
+-----------------------+------------------------------------------------------------------------------------------+
205205
| -record | Request for conference to be recorded, works if app creates conference in the backend. |
206206
+-----------------------+------------------------------------------------------------------------------------------+
207-
| -opus | Create an Opus conference (only taken into account if you are creating the conference) |
207+
| -opus | Create an Opus conference (only taken into account if you create the conference) |
208208
+-----------------------+------------------------------------------------------------------------------------------+
209-
| -video-codec | Create conference with specific codec (H264/VP8) (if you are creating the conference) |
209+
| -video-codec | Create conference with specific codec (H264/VP8) (if you create the conference) |
210+
+-----------------------+------------------------------------------------------------------------------------------+
211+
| -rtcp-mode | Set rtcp_mode used in conference (worst/average/max) (if you create the conference) |
210212
+-----------------------+------------------------------------------------------------------------------------------+
211213

212214
For example:

docs/_static/documentation_options.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
var DOCUMENTATION_OPTIONS = {
22
URL_ROOT: document.getElementById("documentation_options").getAttribute('data-url_root'),
3-
VERSION: '2.4.0',
3+
VERSION: '2.4.1',
44
LANGUAGE: 'en',
55
COLLAPSE_INDEX: false,
66
BUILDER: 'html',

docs/api/coresdk.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Core API &mdash; C++ SDK 2.4.0 documentation</title>
7+
<title>Core API &mdash; C++ SDK 2.4.1 documentation</title>
88
<link rel="stylesheet" href="../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../_static/graphviz.css" type="text/css" />

docs/api/injection/audio.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<meta charset="utf-8" /><meta name="generator" content="Docutils 0.19: https://docutils.sourceforge.io/" />
55

66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
7-
<title>Audio &mdash; C++ SDK 2.4.0 documentation</title>
7+
<title>Audio &mdash; C++ SDK 2.4.1 documentation</title>
88
<link rel="stylesheet" href="../../_static/pygments.css" type="text/css" />
99
<link rel="stylesheet" href="../../_static/css/theme.css" type="text/css" />
1010
<link rel="stylesheet" href="../../_static/graphviz.css" type="text/css" />

0 commit comments

Comments
 (0)