StreamNotificationHandlerWithPayload
Functions
Link copied to clipboard
Customize the notification when you receive a push notification for Live Call
Link copied to clipboard
abstract fun onMissedCall(callId: StreamCallId, callDisplayName: String, payload: Map<String, Any?>)
Customize the notification when you receive a push notification for Missed Call
Link copied to clipboard
abstract fun onNotification(callId: StreamCallId, callDisplayName: String, payload: Map<String, Any?>)
Customize the notification when you receive a push notification for general usage
Link copied to clipboard
abstract fun onRingingCall(callId: StreamCallId, callDisplayName: String, payload: Map<String, Any?>)
Customize the notification when you receive a push notification for ringing call, which has further two types RingingState.Incoming and RingingState.Outgoing