PermissionsRationaleContent
abstract fun StreamCallActivity.PermissionsRationaleContent(call: Call, granted: List<String>, notGranted: List<String>)
Content shown when the required permissions are not granted and the call cannot happen. Note: There are other places that permissions are required like in the service etc.. Best practice is to request these permissions a screen before starting the call.