Hi guys,
I wan’t to enter in room as muted.
Steps to reproduce:
Create local tracks =>
tracks.map(track =>track.mute())=>
room.addTrack()
In this case , already joined user won’t get muted track on onRemoteTrack event.
How Jitsi-Meet handles it, because I tried to understand Jitsi-Meet code but failed to understand whether there is anything specific things handled regarding this issue.
Thanks in advance.