Skip to content

Commit 350b04d

Browse files
authored
Merge pull request #19 from Vatis-Tech/fix/VAT-827
VAT-827: fix live for firefox
2 parents 52687b8 + 3a5f863 commit 350b04d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/MicrophoneGenerator.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,7 @@ class MicrophoneGenerator {
8787
this.onDataCallback({
8888
data: reader.result
8989
.replace("data:audio/webm;codecs=opus;base64,", "")
90+
.replace("data:audio/webm; codecs=opus;base64,", "")
9091
.replace("data:audio/webm; codecs=opus; base64,", ""),
9192
});
9293
};

0 commit comments

Comments
 (0)