mirror of
https://github.com/vector-im/element-call.git
synced 2026-08-29 21:15:19 +00:00
reset back mute participant count
This commit is contained in:
@@ -24,7 +24,7 @@ import { useReactiveState } from "../useReactiveState";
|
|||||||
* the user.
|
* the user.
|
||||||
*/
|
*/
|
||||||
// TODO set back to 8. for demo purposes we use 1 here.
|
// 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 {
|
interface DeviceAvailable {
|
||||||
enabled: boolean;
|
enabled: boolean;
|
||||||
|
|||||||
Reference in New Issue
Block a user