PermissionException

Exception thrown when media permissions are not granted.

This exception is typically thrown when the application cannot access microphone, camera, or other media devices due to missing user permissions.

Constructors

Link copied to clipboard
constructor(mediaType: String?)

Properties

Link copied to clipboard
open val cause: Throwable?
Link copied to clipboard
open val message: String?