updateFromInfo method
- TrackInfo info
override
Implementation
@internal
@override
void updateFromInfo(lk_models.TrackInfo info) {
logger.fine(
'RemoteTrackPublication.updateFromInfo sid: ${info.sid} muted: ${info.muted}');
super.updateFromInfo(info);
track?.updateMuted(info.muted);
_metadataMuted = info.muted;
}