Helpers
The following methods used to get the information about user audio/video mute/unmute status, etc... So you don't need to store these information in the client side.
#
Get User Audio mute/unmute stateGet a user audio track mute/unmute state by providing the user JID into isRemoteAudioMuted method. The response will be the boolean based on mute/unmute state.
#
Sample Response:#
Request ParamsParam | Description | Type | Required |
---|---|---|---|
USER_JID | User JID | String | true |
#
Get User Video mute/unmute stateGet a user video track mute/unmute state by providing the user JID into isRemoteVideoMuted method. The response will be the boolean based on mute/unmute state.
#
Sample Response:#
Request ParamsParam | Description | Type | Required |
---|---|---|---|
USER_JID | User JID | String | true |