enum class AudioStreamType
AudioStreamType describes the audio stream type in which the audio client should operate during a meeting session.
VoiceCall |
Equivalent of AudioManager.STREAM_VOICE_CALL https://developer.android.com/reference/android/media/AudioManager#STREAM_VOICE_CALL |
Music |
Equivalent of AudioManager.STREAM_MUSIC https://developer.android.com/reference/android/media/AudioManager#STREAM_MUSIC Note that the meeting session volume cannot be adjusted by the volume button with Music except for Oculus Quest 2. |