Web SDK - inMeetingServiceListener - more event to listen to

Here is the list of coming events (from the documentation):

  • onUserJoin
  • onUserLeave
  • onUserIsInWaitingRoom
  • onMeetingStatus

Here is a list of what we would like:

  • onUserIsLeaveWaitingRoom or onUserIsBackToMeeting : this one should be the opposite of onUserIsInWaitingRoom so that we can trigger additional action when the user leave the waiting rule due to putOnHold(false, id) performed by the host (for example)
  • onUserMuted and onUserUnmuted