create
abstract fun create(settings: BasePermissionManager.Settings = BasePermissionManager.Settings(), coroutineScope: CoroutineScope): MicrophonePermissionManager
Creates a MicrophonePermissionManager
Return
Parameters
settings
BasePermissionManager.Settings to apply to the manager
coroutineScope
The CoroutineScope the manager runs on