Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2021-11-05 11:28:45 +0300
committerGitHub <noreply@github.com>2021-11-05 11:28:45 +0300
commit2d24d6da3541c82e905ab44c10e196c3b9b21fdd (patch)
tree24efd67cfa9ac723d90a99261c0c40e4efbe2b46 /lib
parentb431ed2917344da625852d9c297302f021eeed3d (diff)
parent932fc785f5cf5b3a9bf06411a984ee09fd3be2c5 (diff)
Merge pull request #6448 from nextcloud/ignore-preference-for-h264-when-simulcast-is-used
Ignore preference for H.264 when simulcast is used
Diffstat (limited to 'lib')
-rw-r--r--lib/TInitialState.php5
1 files changed, 0 insertions, 5 deletions
diff --git a/lib/TInitialState.php b/lib/TInitialState.php
index 05229adad..0fc9d0289 100644
--- a/lib/TInitialState.php
+++ b/lib/TInitialState.php
@@ -49,11 +49,6 @@ trait TInitialState {
// Needed to enable the screensharing extension in Chromium < 72.
Util::addHeader('meta', ['id' => 'app', 'class' => 'nc-enable-screensharing-extension']);
- $this->initialState->provideInitialState(
- 'prefer_h264',
- $this->serverConfig->getAppValue('spreed', 'prefer_h264', 'no') === 'yes'
- );
-
$signalingMode = $this->talkConfig->getSignalingMode();
if ($signalingMode === Config::SIGNALING_CLUSTER_CONVERSATION
&& !$this->memcacheFactory->isAvailable()