mirror of
https://github.com/vector-im/element-call.git
synced 2026-07-18 18:59:23 +00:00
fix: Regression on default mutestate for voicecall + end-2-end tests
This commit is contained in:
@@ -99,7 +99,7 @@ export async function createMatrixRTCSdk(
|
||||
if (room === null) throw Error("could not get room from client");
|
||||
|
||||
const mediaDevices = new MediaDevices(scope);
|
||||
const muteStates = new MuteStates(scope, mediaDevices, constant(true));
|
||||
const muteStates = new MuteStates(scope, mediaDevices, { audioEnabled: true, videoEnabled: true });
|
||||
const slot = { application, id };
|
||||
const rtcSession = new MatrixRTCSession(
|
||||
client,
|
||||
|
||||
Reference in New Issue
Block a user