Hi,
We developed an Android video share/view application using jitsi SDK 5.1.0
We looked at the SDK debug/info messages and we found that this issue has correlation to the below unmute/mute messages:
JitsiMeetSDK: [modules/RTC/JitsiRemoteTrack.js] “onmute” event(1672694823531): RemoteTrack[userID: 3fd5be70, type: video, ssrc: 3701571774, p2p: true, sourceName: 3fd5be70-v0, status: readyState: live, muted: true, enabled: true]
JitsiMeetSDK: [modules/RTC/JitsiRemoteTrack.js] “onunmute” event(1672694831028): RemoteTrack[userID: 3fd5be70, type: video, ssrc: 3701571774, p2p: true, sourceName: 3fd5be70-v0, status: readyState: live, muted: false, enabled: true]
Question:
Do you know how to fix this issue ?
What is the purpose of the unmute/mute messages ?
Can we disable the unmute/mute mechanism ?
Thanks