This module adds a MicrophonePermission
to Permissions
. Register this permission by calling PermissionsBuilder.registerMicrophonePermission
()/PermissionsBuilder.registerMicrophonePermissionIfNotRegistered()
.
Installing
The library is available on Maven Central. You can import Kaluga Microphone Permissions as follows:
repositories {
// ...
mavenCentral()
}
// ...
dependencies {
// ...
implementation("com.splendo.kaluga:microphone-permissions:$kalugaVersion")
}
Please check general permissions documentation for full overview
Check out the full documentation