Merge pull request #3468 from vector-im/feature/fga/voip_change_hold_direction

VoIP: Change hold direction to send-only
This commit is contained in:
ganfra 2021-06-10 10:56:41 +02:00 committed by GitHub
commit 0d6994dd43
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

1
newsfragment/3467.misc Normal file
View file

@ -0,0 +1 @@
VoIP: Change hold direction to send-only.

View file

@ -618,7 +618,7 @@ class WebRtcCall(
wasLocalOnHold = isLocalOnHold
remoteOnHold = true
isLocalOnHold = true
direction = RtpTransceiver.RtpTransceiverDirection.INACTIVE
direction = RtpTransceiver.RtpTransceiverDirection.SEND_ONLY
timer.pause()
} else {
remoteOnHold = false