Documentation
This commit is contained in:
@@ -11,6 +11,7 @@ class LocalTrackPublication extends TrackPublication {
|
||||
this.track = track;
|
||||
}
|
||||
|
||||
/// Mute or unmute the current track. When muted, track will stop sending data
|
||||
set muted(bool val) {
|
||||
if (val == muted) {
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user