API-Examples-Web icon indicating copy to clipboard operation
API-Examples-Web copied to clipboard

user-info-updated emits wrong state about video audio initial two states

Open moneer-muntazah opened this issue 2 years ago • 1 comments

When the user first joins 'user-info-updated' event on IAgoraRTCClient emits enable-local-video instead of unmute-video and disable-local-video instead of mute-video for remote user this happens only with the initial two states subsequent states are accurate.

I have this happening on version 4.13.0

moneer-muntazah avatar Mar 16 '23 06:03 moneer-muntazah

@moneer-muntazah according to the docs stated, this happens when you talk to native sdk. https://api-ref.agora.io/en/voice-sdk/web/4.x/interfaces/iagorartcclient.html#event_user_info_updated

plutoless avatar Mar 22 '23 02:03 plutoless