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:
commit
0d6994dd43
1
newsfragment/3467.misc
Normal file
1
newsfragment/3467.misc
Normal file
@ -0,0 +1 @@
|
||||
VoIP: Change hold direction to send-only.
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user