<how to set CallType notification with default rin...
# stackoverflow
r
how to set CallType notification with default ringtone set for calls I am using fcm push notification to start the calls and the connect to socket and webrtc. I have set the normal flow with notificationChannel and set sound for that, but its still sound for default notification sound rather than the call ringtone sound. any help will be appreciated Thanks in advance below is the code fun createNotification(context: Context, contactInfo: UserDetail) { val intent = Intent(context, VideoCallActivity::class.java)...