StreamCallActivityConfiguration
data class StreamCallActivityConfiguration(val closeScreenOnError: Boolean = true, val closeScreenOnCallEnded: Boolean = true, val canSkiPermissionRationale: Boolean = true, val canKeepScreenOn: Boolean = true, val custom: Bundle? = null)
A configuration that controls various behaviors of the StreamCallActivity.
Constructors
Properties
Link copied to clipboard
When set to true, the activity will keep the screen on.
Link copied to clipboard
When set to false, the activity will simply ignore the showRationale
from the system and show the rationale screen anyway.
Link copied to clipboard
When the call has ended for any reason, close the screen
Link copied to clipboard
When there has been a technical error, close the screen.
Inherited functions
Link copied to clipboard
Add a StreamCallActivityConfiguration into a bundle.