Documentation

This commit is contained in:
David Zhao
2021-08-30 15:31:12 -07:00
parent 583e08c5b1
commit d011bc7d3d
19 changed files with 383 additions and 16 deletions
@@ -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;