Page MenuHomePhorge

D2227.1775215073.diff
No OneTemporary

Authored By
Unknown
Size
596 B
Referenced Files
None
Subscribers
None

D2227.1775215073.diff

diff --git a/src/resources/js/meet/app.js b/src/resources/js/meet/app.js
--- a/src/resources/js/meet/app.js
+++ b/src/resources/js/meet/app.js
@@ -471,6 +471,10 @@
}
}
+ // Fix a bug in Chrome where you would start hearing yourself after audio device change
+ // https://github.com/OpenVidu/openvidu/issues/449
+ publisher.videoReference.muted = true
+
return new Promise((resolve, reject) => {
if (stream.isLocalStreamPublished) {
// Only if the Publisher has been published it is necessary to call the native

File Metadata

Mime Type
text/plain
Expires
Fri, Apr 3, 11:17 AM (17 h, 13 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
18822541
Default Alt Text
D2227.1775215073.diff (596 B)

Event Timeline