DefaultStreamIntentResolver

Constructors

Link copied to clipboard
constructor(context: Context)

Properties

Link copied to clipboard

Functions

Link copied to clipboard
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
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

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

Link copied to clipboard

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

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

Link copied to clipboard
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.