Functions

Link copied to clipboard
Link copied to clipboard
open fun searchAcceptCallPendingIntent(callId: StreamCallId, notificationId: Int = NotificationHandler.INCOMING_CALL_NOTIFICATION_ID): PendingIntent?

Search for an activity that can accept call from Stream Server.

Link copied to clipboard

Searches for a broadcast receiver that can consume the ACTION_REJECT_CALL intent to reject a call from the Stream Server.

Link copied to clipboard
open fun searchIncomingCallPendingIntent(callId: StreamCallId, notificationId: Int = NotificationHandler.INCOMING_CALL_NOTIFICATION_ID): PendingIntent?

Search for an activity that can receive incoming calls from Stream Server.

Link copied to clipboard
open fun searchLiveCallPendingIntent(callId: StreamCallId, notificationId: Int): PendingIntent?

Search for an activity that can receive live calls from Stream Server.

Link copied to clipboard
open fun searchMissedCallPendingIntent(callId: StreamCallId, notificationId: Int): PendingIntent?

Search for an activity that can receive missed calls from Stream Server.

Link copied to clipboard

Search for an activity that can receive live calls from Stream Server.

Link copied to clipboard
open fun searchOngoingCallPendingIntent(callId: StreamCallId, notificationId: Int): PendingIntent?

Searches an activity that will accept the ACTION_ONGOING_CALL intent and jump right back into the call.

Link copied to clipboard
open fun searchOutgoingCallPendingIntent(callId: StreamCallId, notificationId: Int = NotificationHandler.INCOMING_CALL_NOTIFICATION_ID): PendingIntent?

Search for an activity that is used for outgoing calls. Calls are considered outgoing until the call is accepted.

Link copied to clipboard

Searches for a broadcast receiver that can consume the ACTION_REJECT_CALL intent to reject a call from the Stream Server.

Inherited functions

Link copied to clipboard
Link copied to clipboard
abstract fun searchAcceptCallPendingIntent(callId: StreamCallId, notificationId: Int = NotificationHandler.INCOMING_CALL_NOTIFICATION_ID, payload: Map<String, Any?>): PendingIntent?

Search for an activity that can accept call from Stream Server.

Link copied to clipboard
abstract fun searchEndCallPendingIntent(callId: StreamCallId, payload: Map<String, Any?>): PendingIntent?

Searches for a broadcast receiver that can consume the ACTION_REJECT_CALL intent to reject a call from the Stream Server.

Link copied to clipboard
abstract fun searchIncomingCallPendingIntent(callId: StreamCallId, notificationId: Int = NotificationHandler.INCOMING_CALL_NOTIFICATION_ID, payload: Map<String, Any?>): PendingIntent?

Search for an activity that can receive incoming calls from Stream Server.

Link copied to clipboard
abstract fun searchLiveCallPendingIntent(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): PendingIntent?

Search for an activity that can receive live calls from Stream Server.

Link copied to clipboard
abstract fun searchMissedCallPendingIntent(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): PendingIntent?

Search for an activity that can receive missed calls from Stream Server.

Link copied to clipboard
abstract fun searchNotificationCallPendingIntent(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): PendingIntent?

Search for an activity that can receive live calls from Stream Server.

Link copied to clipboard
abstract fun searchOngoingCallPendingIntent(callId: StreamCallId, notificationId: Int, payload: Map<String, Any?>): PendingIntent?

Searches an activity that will accept the ACTION_ONGOING_CALL intent and jump right back into the call.

Link copied to clipboard
abstract fun searchOutgoingCallPendingIntent(callId: StreamCallId, notificationId: Int = NotificationHandler.INCOMING_CALL_NOTIFICATION_ID, payload: Map<String, Any?>): PendingIntent?

Search for an activity that is used for outgoing calls. Calls are considered outgoing until the call is accepted.

Link copied to clipboard

Searches for a broadcast receiver that can consume the ACTION_REJECT_CALL intent to reject a call from the Stream Server.