-
Notifications
You must be signed in to change notification settings - Fork 26
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Question] - Receive call with app in background or closed on iOS #1660
Comments
Hi @samuelvertello, we can reproduce the reported issue, thanks for reporting. We will work on fixing it and inform here as soon as it is fixed. |
@samuelvertello Can you send your Also make sure that you use
Whereever you create a video client |
the setPushConfig configuration is not very different from the documentation. it is like this. import { const STREAM_API_KEY = process.env.EXPO_PUBLIC_STREAM_API_KEY; export async function setPushConfig() {
} catch (error) { |
outside the react lifecycle import { export const setNotifeeListeners = () => { notifee.onForegroundEvent(async (event) => { |
@stream-io/video-react-sdk
@stream-io/video-react-native-sdk
@stream-io/video-client
Describe the bug
I'm using @stream-io/video-react-native-sdk in my project, and it's working perfectly for Android. I can receive the call with the app in the background or closed, but for iOS I only receive it if the app is in the foreground.
Has this been fixed in a newer version?
"Version"
"@stream-io/video-react-native-sdk": "^1.9.0",
"@stream-io/react-native-webrtc": "^125.0.3",]
The text was updated successfully, but these errors were encountered: