reset back mute participant count

This commit is contained in:
Timo
2024-04-09 10:12:09 +02:00
committed by Andrew Ferrazzutti
parent 2a6f7d295c
commit 52dc8977e9

View File

@@ -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;