feat(android) disable volume logger thread
This commit is contained in:
parent
3f5fa1e663
commit
73ab43ac0c
|
@ -85,6 +85,7 @@ class ReactInstanceManagerHolder {
|
|||
WebRTCModule.Options options = new WebRTCModule.Options();
|
||||
|
||||
AudioDeviceModule adm = JavaAudioDeviceModule.builder(reactContext)
|
||||
.setEnableVolumeLogger(false)
|
||||
.createAudioDeviceModule();
|
||||
options.setAudioDeviceModule(adm);
|
||||
|
||||
|
|
Loading…
Reference in New Issue