Skip to content

Commit

Permalink
Update calls-common (#8255) (#8257)
Browse files Browse the repository at this point in the history
* Bump rtc monitor interval to 10s

* Update calls-common

(cherry picked from commit fa7e7ef)

Co-authored-by: Claudio Costa <cstcld91@gmail.com>
  • Loading branch information
mattermost-build and streamer45 authored Oct 11, 2024
1 parent 0549a51 commit d982efa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion app/products/calls/connection/connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ import {WebSocketClient, wsReconnectionTimeoutErr} from './websocket_client';
import type {EmojiData} from '@mattermost/calls/lib/types';

const peerConnectTimeout = 5000;
const rtcMonitorInterval = 4000;
const rtcMonitorInterval = 10000;

const InCallManagerEmitter = new NativeEventEmitter(NativeModules.InCallManager);

Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
"@formatjs/intl-numberformat": "8.10.3",
"@formatjs/intl-pluralrules": "5.2.14",
"@gorhom/bottom-sheet": "4.6.4",
"@mattermost/calls": "github:mattermost/calls-common#8d2b13bd2f10847a4be461dd4225fef2ade06ab9",
"@mattermost/calls": "github:mattermost/calls-common#07607cf603f1e3f0c86ae248b2332e8da17f9cf8",
"@mattermost/compass-icons": "0.1.45",
"@mattermost/hardware-keyboard": "file:./libraries/@mattermost/hardware-keyboard",
"@mattermost/keyboard-tracker": "file:./libraries/@mattermost/keyboard-tracker",
Expand Down

0 comments on commit d982efa

Please sign in to comment.