Skip to content
Snippets Groups Projects
Commit 16597215 authored by Daniel Müller's avatar Daniel Müller :speech_balloon:
Browse files

Fix automute

parent a1bacc48
No related branches found
No related tags found
No related merge requests found
...@@ -48,6 +48,9 @@ function isMuted() { ...@@ -48,6 +48,9 @@ function isMuted() {
getEchotestAcceptButton().click(); getEchotestAcceptButton().click();
// Directly after connecting it might be muted for a short time before unmuting
await sleep(500);
// Ensure that the microphone is muted after joining // Ensure that the microphone is muted after joining
while (isMuted() != true) { while (isMuted() != true) {
getMuteButton().click(); getMuteButton().click();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment