setOngoingCallChannelName
Sets the notification channel name for ongoing VoIP call notifications.
This name is displayed in the Android notification settings for the channel used during active calls. The ongoing call notification is silent and maintains the foreground service while a call is in progress.
Example:
// Customize ongoing call notification
PushwooshCallSettings.setOngoingCallChannelName("Active Video Calls")Content copied to clipboard
Parameters
name
the channel name to display in notification settings. Default is "Ongoing Calls" if not set.