When AudioStreamType.Music is used to enable local recording of remote audio, the SDK still applies the VOICE_COMMUNICATION recording but
the chime meeting is on AudioStreamType.Music the remote user's get Audio issue , it's like echo but not in full scale it's like cracking sound.
to reproduce the issue just changed this in MeetingFragment of chime getting started app
val audioVideoConfig = AudioVideoConfiguration(audioMode = audioMode, audioDeviceCapabilities = audioDeviceCapabilities, audioStreamType = AudioStreamType.Music, audioRecordingPresetOverride = AudioRecordingPresetOverride.VoiceCommunication, enableAudioRedundancy = enableAudioRedundancy, reconnectTimeoutMs = reconnectTimeoutMs)
tested between pixel 6 & Samsung s20,
pixel 6 user doesn't get echo sound of cracking but the s20 get's the cracking echo sound sometimes . it's like s20 user audio is repeated from the pixel
When AudioStreamType.Music is used to enable local recording of remote audio, the SDK still applies the VOICE_COMMUNICATION recording but
the chime meeting is on AudioStreamType.Music the remote user's get Audio issue , it's like echo but not in full scale it's like cracking sound.
to reproduce the issue just changed this in MeetingFragment of chime getting started app
val audioVideoConfig = AudioVideoConfiguration(audioMode = audioMode, audioDeviceCapabilities = audioDeviceCapabilities, audioStreamType = AudioStreamType.Music, audioRecordingPresetOverride = AudioRecordingPresetOverride.VoiceCommunication, enableAudioRedundancy = enableAudioRedundancy, reconnectTimeoutMs = reconnectTimeoutMs)tested between pixel 6 & Samsung s20,
pixel 6 user doesn't get echo sound of cracking but the s20 get's the cracking echo sound sometimes . it's like s20 user audio is repeated from the pixel