Skip to main content

XR8.MediaRecorder.RequestMicOptions

Enumeration

Description

Determines when the audio permissions are requested.

Properties

PropertyValueDescription
AUTO'auto'Automatically request microphone permissions in onAttach().
MANUAL'manual'Microphone permissions are NOT requested in onAttach(). Any other audio added to the app is still recorded if added to the AudioContext and connected to the audioProcessor provided to the user's configureAudioOutput function passed to XR8.MediaRecorder.configure(). You can request microphone permissions manually by calling XR8.MediaRecorder.requestMicrophone().