mirror of
https://github.com/vector-im/element-call.git
synced 2026-04-06 07:20:25 +00:00
reset back mute participant count
This commit is contained in:
@@ -24,7 +24,7 @@ import { useReactiveState } from "../useReactiveState";
|
||||
* the user.
|
||||
*/
|
||||
// TODO set back to 8. for demo purposes we use 1 here.
|
||||
export const MUTE_PARTICIPANT_COUNT = 1;
|
||||
export const MUTE_PARTICIPANT_COUNT = 8;
|
||||
|
||||
interface DeviceAvailable {
|
||||
enabled: boolean;
|
||||
|
||||
Reference in New Issue
Block a user