You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basic Implementation of GetStream.io Ringing Feature in React Native CLI
Getting Started
Prerequisites
GetStream account
React Native CLI
To Run the App
Place your own google-services.json file in android/app.
Run npm install.
Run npm run android.
Known Issues
Currently, it does not use the phone’s default ringtone. It seems to use the default notification sound instead.
It may not work properly when the app is in a killed state. The call notification appears, but after pressing it, the app opens without redirecting to the call received screen (not fully tested).
iOS setup is not included in this example. Refer to the official docs for more details.
About
Implementation example of GetStream.io's ringing feature in React Native CLI