Static AVAudioSessionModeGameChat

Source
pub unsafe static AVAudioSessionModeGameChat: Option<&'static AVAudioSessionMode>
Available on crate feature AVAudioSessionTypes only.
Expand description

Set by Game Kit on behalf of an application that uses a GKVoiceChat object; valid only with the AVAudioSessionCategoryPlayAndRecord category. Do not set this mode directly. If you need similar behavior and are not using a GKVoiceChat object, use AVAudioSessionModeVoiceChat instead.

See also Apple’s documentation