mirror of
https://github.com/vector-im/element-android.git
synced 2024-11-16 02:05:06 +08:00
VoIP: Change hold direction to send-only
This commit is contained in:
parent
8ec22de0b8
commit
bc2233866b
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