Set subscription to allowed when subscribed (#131)
This commit is contained in:
@@ -122,6 +122,7 @@ class RemoteParticipant extends Participant<RemoteTrackPublication> {
|
|||||||
|
|
||||||
await track.start();
|
await track.start();
|
||||||
await pub.updateTrack(track);
|
await pub.updateTrack(track);
|
||||||
|
await pub.updateSubscriptionAllowed(true);
|
||||||
addTrackPublication(pub);
|
addTrackPublication(pub);
|
||||||
|
|
||||||
[events, room.events].emit(TrackSubscribedEvent(
|
[events, room.events].emit(TrackSubscribedEvent(
|
||||||
|
|||||||
Reference in New Issue
Block a user