We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05b342f commit 651b1d7Copy full SHA for 651b1d7
src/webrtc/callFeed.ts
@@ -21,7 +21,7 @@ import { RoomMember } from "../models/room-member";
21
22
const POLLING_INTERVAL = 200; // ms
23
export const SPEAKING_THRESHOLD = -60; // dB
24
-const SPEAKING_SAMPLE_COUNT = 8;
+const SPEAKING_SAMPLE_COUNT = 8; // samples
25
26
export interface ICallFeedOpts {
27
client: MatrixClient;
0 commit comments