Match muted behavior with JS SDK (#32)
* attempt 1 * implement * clean up * clean up * cleaner code * mute was opposite * fix suggestion * fix local pub muted * update example * update pubs * format
This commit is contained in:
@@ -98,8 +98,7 @@ class RemoteParticipant extends Participant {
|
||||
}
|
||||
|
||||
await track.start();
|
||||
|
||||
pub.track = track;
|
||||
await pub.updateTrack(track);
|
||||
addTrackPublication(pub);
|
||||
|
||||
[events, roomEvents].emit(TrackSubscribedEvent(
|
||||
|
||||
Reference in New Issue
Block a user