8000 Merge branch 'master' of https://github.com/flutter-webrtc/flutter-we… · andybuit/flutter-webrtc@ca27c5a · GitHub
[go: up one dir, main page]

Skip to content

Commit ca27c5a

Browse files
committed
2 parents a80e742 + fc5847c commit ca27c5a

File tree

2 files changed

+13
-1
lines changed

2 files changed

+13
-1
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,18 @@
44

55
WebRTC plugin for Flutter Mobile/Desktop/Web
66

7+
</br>
8+
<p align="center">
9+
<strong>Sponsored with 💖 &nbsp 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/) |

lib/src/helper.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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
}

0 commit comments

Comments
 (0)
0