VoIP: Change hold direction to send-only

This commit is contained in:
ganfra 2021-06-07 14:46:12 +02:00
parent 8ec22de0b8
commit bc2233866b
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 wasLocalOnHold = isLocalOnHold
remoteOnHold = true remoteOnHold = true
isLocalOnHold = true isLocalOnHold = true
direction = RtpTransceiver.RtpTransceiverDirection.INACTIVE direction = RtpTransceiver.RtpTransceiverDirection.SEND_ONLY
timer.pause() timer.pause()
} else { } else {
remoteOnHold = false remoteOnHold = false