Skip to content

Commit 651b1d7

Browse files
committed
Add a unit
Signed-off-by: Šimon Brandner <[email protected]>
1 parent 05b342f commit 651b1d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/webrtc/callFeed.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import { RoomMember } from "../models/room-member";
2121

2222
const POLLING_INTERVAL = 200; // ms
2323
export const SPEAKING_THRESHOLD = -60; // dB
24-
const SPEAKING_SAMPLE_COUNT = 8;
24+
const SPEAKING_SAMPLE_COUNT = 8; // samples
2525

2626
export interface ICallFeedOpts {
2727
client: MatrixClient;

0 commit comments

Comments
 (0)