When publishing streams normally, only the Android platform can play streams normally using WeChat browser, but iOS platform cannot play streams, yet there is data in the "playQualityUpdate" callback?
2022-11-15
Products / Plugins:Video Call / Audio Call
Platform / Framework:Web
iOS system has a policy prohibiting autoplay in WeChat browser, which does not allow videos to autoplay. Users need to manually click the play button of the "video" tag to trigger the playback action of the "video" tag.
<video id="vd_remote" playsinline controls>
</video>
