remove unnecessary cast
This commit is contained in:
@@ -73,7 +73,7 @@ class RemoteParticipant extends Participant {
|
|||||||
reason: TrackSubscribeFailReason.notTrackMetadataFound,
|
reason: TrackSubscribeFailReason.notTrackMetadataFound,
|
||||||
),
|
),
|
||||||
);
|
);
|
||||||
pub = event.publication as RemoteTrackPublication;
|
pub = event.publication;
|
||||||
logger.fine('addSubscribedMediaTrack() did receive pub');
|
logger.fine('addSubscribedMediaTrack() did receive pub');
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user