I want to send push notification for the call in web using firebase push notification system

i integrated the fcm messaging system in nextjs after that im accessing the current token and sending to the sendbird and also save the server in the sendbird dashboard. After doing all these im getting the notification in background but not be able to redirect to the call is there any point im missing out to do or sendbird doesnt have the call notification in the web js

Hello @Ashish_Kumar_Kumar,

Sendbird will only send push notifications to mobile platforms using the iOS, Android, or React Native SDKs. Push notifications are not available natively with the Sendbird SDK on web platforms.

You could set up a service on your backend to listen to the webhook events for Sendbird Calls and trigger a push notification from the event with FCM.