I am using JITSI meet sdk org.jitsi.react:jitsi-meet-sdk:3.0.0.
I want to know how to handle meeting onHold/resume events.
Can anyone tell me, which events I need to handle? OR how I can achieve this?
Case : Initiated meeting(only 2 people) through android app. Joined to meeting. During this, got sim call, Accepted sim call. Even after this other people can hear a voice in meeting, they do not know person is on hold.
Expected : After connecting sim call, meeting should be muted and other people should know it.