mirror of
https://github.com/nextcloud/talk-android
synced 2025-03-09 07:29:52 +00:00
Merge pull request #3219 from nextcloud/bugfix/noid/fetchSignalingOnlyOnce
Avoid to fetchSignalingSettings in onMicrophoneClick
This commit is contained in:
commit
3d59041c50
@ -1050,9 +1050,6 @@ class CallActivity : CallBaseActivity() {
|
||||
binding!!.microphoneButton.setImageResource(R.drawable.ic_mic_off_white_24px)
|
||||
toggleMedia(false, false)
|
||||
}
|
||||
if (isVoiceOnlyCall && !isConnectionEstablished) {
|
||||
fetchSignalingSettings()
|
||||
}
|
||||
if (!canPublishAudioStream) {
|
||||
// In the case no audio stream will be published it's not needed to check microphone permissions
|
||||
return
|
||||
|
Loading…
Reference in New Issue
Block a user