cancel
Showing results for 
Search instead for 
Did you mean: 

android zoom sdk

halimareda
Listener

how notify user when video call start ?

how  to start mobile ringtone  when Incoming  zoom  video call ?

 use android studio with kotlin 

2 REPLIES 2

halimareda
Listener

any update please ?

misha2002
Listener

To notify a user when a video call starts, you can use the Android Notification API. This API allows you to create a notification that will appear when the video call begins. You can include an icon, title, and description with the notification so that the user will know what is happening.

 

To start a mobile ringtone when an incoming Zoom video call arrives, you can use the Android RingtoneManager API. The RingtoneManager can be used to set the ringtone for a particular type of notification (e.g. an incoming video call).

 

You can use this API to set the ringtone of your choice and have it play when the video call starts. To implement these features in an Android app using Kotlin, you can create a broadcast receiver to listen for incoming video calls and then use the Notification API and RingtoneManager to show the notification and play the ringtone.