Package-level declarations

Types

Link copied to clipboard

Add support for fullscreen mode and PIP to your activity

Link copied to clipboard
Link copied to clipboard
sealed class IgnoreReason

Use IgnoreReason when we want to ignore the incoming call while we are already on a active call

Link copied to clipboard

Interface to allow customization of call handling behavior

Link copied to clipboard
data class StreamCallActivityConfiguration(val closeScreenOnError: Boolean = true, val closeScreenOnCallEnded: Boolean = true, val canSkiPermissionRationale: Boolean = true, val canSkipPermissionRationale: Boolean = canSkiPermissionRationale, val canKeepScreenOn: Boolean = true, val custom: Bundle? = null)

A configuration that controls various behaviors of the StreamCallActivity.

Link copied to clipboard