Эх сурвалжийг харах

Merge pull request #3219 from nextcloud/bugfix/noid/fetchSignalingOnlyOnce

Avoid to fetchSignalingSettings in onMicrophoneClick
Andy Scherzinger 1 жил өмнө
parent
commit
3d59041c50

+ 0 - 3
app/src/main/java/com/nextcloud/talk/activities/CallActivity.kt

@@ -1050,9 +1050,6 @@ class CallActivity : CallBaseActivity() {
             binding!!.microphoneButton.setImageResource(R.drawable.ic_mic_off_white_24px)
             binding!!.microphoneButton.setImageResource(R.drawable.ic_mic_off_white_24px)
             toggleMedia(false, false)
             toggleMedia(false, false)
         }
         }
-        if (isVoiceOnlyCall && !isConnectionEstablished) {
-            fetchSignalingSettings()
-        }
         if (!canPublishAudioStream) {
         if (!canPublishAudioStream) {
             // In the case no audio stream will be published it's not needed to check microphone permissions
             // In the case no audio stream will be published it's not needed to check microphone permissions
             return
             return