File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed
Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 44
55WebRTC plugin for Flutter Mobile/Desktop/Web
66
7+ </br >
8+ <p align =" center " >
9+ <strong >Sponsored with 💖   by</strong ><br />
10+ <a href =" https://getstream.io/?utm_source=github.com/flutter-webrtc/flutter-webrtc&utm_medium=github&utm_campaign=oss_sponsorship " target =" _blank " >
11+ <img src =" https://stream-blog-v2.imgix.net/blog/wp-content/uploads/f7401112f41742c4e173c30d4f318cb8/stream_logo_white.png?w=350 " alt =" Stream Chat " style =" margin : 8px " />
12+ </a >
13+ <br />
14+ Enterprise Grade APIs for Feeds & Chat. <a href =" https://getstream.io/chat/flutter/tutorial/?utm_source=github.com/flutter-webrtc/flutter-webrtc&utm_medium=github&utm_campaign=oss_sponsorship " target =" _blank " >Try the Flutter Chat tutorial</a > 💬
15+ </p >
16+
17+ </br >
18+
719## Functionality
820
921| Feature | Android | iOS | [ Web] ( https://flutter.dev/web ) | macOS | Windows | Linux | [ Fuchsia] ( https://fuchsia.googlesource.com/ ) |
Original file line number Diff line number Diff line change @@ -117,6 +117,6 @@ class Helper {
117117 throw 'Unable to MediaStreamTrack::setMicrophoneMute: ${e .message }' ;
118118 }
119119 }
120- track.enabled = mute;
120+ track.enabled = ! mute;
121121 }
122122}
You can’t perform that action at this time.
0 commit comments