简体   繁体   中英

Cannot make a call using Agora API with restricted network acces (android platforms)

We are using Agora API client for video call purpose, but recently we had an issue in some environnements with restricted network access, they cannot make a call? what we should do to allow agora flow ?

Agora provides dual-stream mode to ensure video stream connection under challenging network condition. What it does is it allows the streamers send a high quality video stream and a low quality video stream at the same time. You (developer) can choose to receive the low quality stream when the network is bad to improve communication continuity.

Here is the doc for dual-stream mode: https://docs.agora.io/en/Interactive%20Broadcast/fallback_android?platform=Android

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM