"No sound for id" in Jitsi Meet

Using pre-build SDK binaries of Jitsi Meet for Android (1.16.0) this errors appears:


2018-10-11 11:32:16.789 25036-26209/com.testing.test E/ReactNativeJS: ‘[__filename]’, ': ', ‘_REMOVE_AUDIO_ELEMENT: no sound for id: PARTICIPANT_JOINED_SOUND’
2018-10-11 11:32:16.802 25036-26209/com.testing.test E/ReactNativeJS: ‘[__filename]’, ': ', ‘_REMOVE_AUDIO_ELEMENT: no sound for id: PARTICIPANT_LEFT_SOUND’
2018-10-11 11:32:16.810 25036-26209/com.testing.test E/ReactNativeJS: ‘[__filename]’, ': ', ‘_REMOVE_AUDIO_ELEMENT: no sound for id: OUTGOING_CALL_EXPIRED_SOUND_ID’
2018-10-11 11:32:16.816 25036-26209/com.testing.test E/ReactNativeJS: ‘[__filename]’, ': ', ‘_REMOVE_AUDIO_ELEMENT: no sound for id: OUTGOING_CALL_REJECTED_SOUND_ID’
2018-10-11 11:32:16.822 25036-26209/com.testing.test E/ReactNativeJS: ‘[__filename]’, ': ', ‘_REMOVE_AUDIO_ELEMENT: no sound for id: OUTGOING_CALL_RINGING_SOUND_ID’
2018-10-11 11:32:16.838 25036-26209/com.testing.test E/ReactNativeJS: ‘[__filename]’, ': ', ‘_REMOVE_AUDIO_ELEMENT: no sound for id: OUTGOING_CALL_START_SOUND_ID’

Where I can add necessary sound files?
Can I disable these sounds?

Thanks a lot for support!
Alb.

Hi I have problem like this, Did you solve it?

That’s a harmless warning due to how items are destructed when the Activity is disposed, you can ignore them.