On Receiver side SendBirdCallListener Does not detect any incoming calls

SendBirdCallListener Does not detect any incoming calls
// Detailed description of issue.
I have integrated everything same as given in sample app. I have registered the Firebase server key on dashboard in calls and chat section also. I have put APP_ID in my app also. In my app user authenticates successfully too. but the incoming call does not come on the receiver side however outgoing call is working as i can see in the logs. Here is my snippet

SendBirdCall.init(applicationContext, APP_ID)
SendBirdCall.authenticate( AuthenticateParams(userId) , AuthenticateHandler { … } )
SendBirdCall.removeAllListeners()
var handlerId = getUniqueID() // 8 characters alphanumeric uuid example : 23e317c8
SendBirdCall…addListener(handlerId, object : SendBirdCallListener() { … } )

// If problem, please fill out the below. If question, please delete.
com.sendbird.sdk:sendbird-calls:1.5.3
// What version of the SDK are you using?

I changed the fcm server key with new account and replaced it but still no luck
// Please provide reproduction steps and, if possible, code snippets.

[Frequency]
// How frequently is this issue occurring?

[Current impact]
// How is this currently impacting your implementation?

1 Like