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
I am currently using the Twilio Voice SDK for React Native and have implemented VoiceFirebaseMessagingService to handle incoming call invites. However, when I use VoiceFirebaseMessagingService, the incoming call notification is automatically shown, which I would like to disable. At the same time, when I do not use the service, the callInvite event does not trigger.
Could you please guide me on how I can disable the incoming call notification while still triggering the callInvite event correctly?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered:
Hi @armanrma7 thanks for reaching out. To understand your use case correctly, you would like voice.on(Voice.Event.CallInvite, ...) to fire, but you don't want the native Android notification or CallKit UX to pop up?
Hi, @mhuynh5757. I'm also looking for a workaround to implement the feature you mentioned: firing voice on(Voice.Event.CallInvite, ...) without native Android notification or CallKit UX to pop up. Is there any way to pull through this? If you can help, it will be really helpful.
I want to use voice.on(Voice.Event.CallInvite, ...) to handle incoming call invites in my React Native app, but I don't want the native Android notification to pop up when a call comes in. Is there a way to disable the native notification while still ensuring that the CallInvite event works as expected?
Hi,
I am currently using the Twilio Voice SDK for React Native and have implemented VoiceFirebaseMessagingService to handle incoming call invites. However, when I use VoiceFirebaseMessagingService, the incoming call notification is automatically shown, which I would like to disable. At the same time, when I do not use the service, the callInvite event does not trigger.
Could you please guide me on how I can disable the incoming call notification while still triggering the callInvite event correctly?
Thank you in advance for your help!
The text was updated successfully, but these errors were encountered: