davidliu
                                            davidliu
                                        
                                    @furkanKotic Also, who's reporting the visual artifacts? Are the streamers seeing the issue on their streaming phone, or is it viewers seeing issues on other video streamers? Curious to see...
Is it possible to get logs for when this happens? Wondering if this is caused by a bad reconnect.
Are you trying to output `video/x-ms-wmv`? That's a WMV file isn't it?
Do you have some repro code on how you're creating/connecting the room and turning on video?
If `AudioRecord.setPreferredDevice` is all you need, then you can use the method `JavaAudioDeviceModule.setPreferredInputDevice(AudioDeviceInfo preferredInputDevice)` to change this. The JavaAudioDeviceModule uses `AudioRecord` under the hood, so in theory this should work....
>Does this change directly influence WebRTC audio capture? If I make this change, will WebRTC respect and get the audio from that device? Probably quicker to just link the code...
Try `JavaAudioDeviceModule.setUseStereoInput(true)`.
> > setUseStereoInput > > The setUseStereoInput function can only be used with the static Builder class, unfortunately you can't use it (or I'm talking nonsense). You can pass in...
@hiroshihorie is this related to the prefixing work?
@Test-isom Hmm, I'll upgrade protobuf, but @dat0106 reported that it didn't end up fixing things, and I'm still unsure how this would fix things.