iOS Category Mode (ios-only)
All iOS Category Mode types are made available through the named export IOSCategoryMode
:
Default
β
The default audio session mode.
GameChat
β
A mode that the GameKit framework sets on behalf of an application that uses GameKitβs voice chat service.
Measurement
β
A mode that indicates that your app is performing measurement of audio input or output.
MoviePlayback
β
A mode that indicates that your app is playing back movie content.
SpokenAudio
β
A mode used for continuous spoken audio to pause the audio when another app plays a short audio prompt.
VideoChat
β
A mode that indicates that your app is engaging in online video conferencing.
VideoRecording
β
A mode that indicates that your app is recording a movie.
VoiceChat
β
A mode that indicates that your app is performing two-way voice communication, such as using Voice over Internet Protocol (VoIP).
VoicePrompt
β
A mode that indicates that your app plays audio using text-to-speech.