Package-level declarations
Types
Link copied to clipboard
Add support for fullscreen mode and PIP to your activity
Link copied to clipboard
interface ActivityCallOperations
Link copied to clipboard
Use IgnoreReason when we want to ignore the incoming call while we are already on a active call
Link copied to clipboard
interface IncomingCallHandlerDelegate
Interface to allow customization of call handling behavior
Link copied to clipboard
Link copied to clipboard
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
Inherited functions
Link copied to clipboard
Extract a StreamCallActivityConfigStrings from bundle.
Link copied to clipboard
Add a StreamCallActivityConfiguration into a bundle.