Skip to content
This repository has been archived by the owner on Oct 14, 2022. It is now read-only.

Video goes black while the other side is uploading a file or switch background mode #140

Open
artavdalyan opened this issue Apr 12, 2021 · 5 comments

Comments

@artavdalyan
Copy link

artavdalyan commented Apr 12, 2021

Platform and Browser:

Iphone 12 , Safari 14.4.2

SDK Version:

agora-rtc-sdk-ng : "^4.1.0",

To Reproduce

Steps to reproduce the behavior

  1. Call the video through Safari to another device.
  2. Upload document or switch background mode on Safari.
  3. The other side video goes black.
  4. We receive no action from Agora on Safari.

Additional context

When the other user has joined the call via Safari and wants to upload a document, the video goes black for the first user. We receive no action from Agora here. The flow is correct with other browsers.

@plutoless
Copy link
Contributor

so you will receive action callback for safari?

@artavdalyan
Copy link
Author

I need to receive in order to show the corresponding screen.

@artavdalyan
Copy link
Author

So, is there a chance that you will send an action callback for mobile safari browser?

@yoreland
Copy link

So, is there a chance that you will send an action callback for mobile safari browser?

SDK can't send action when go to background.
For current status, you may need to rely on "user-left" event after 20 seconds, as remote client didn't send any data

@artavdalyan
Copy link
Author

But it is sending action to Android devices. Isn't it possible to do the same with IOS devices?

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants