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
|
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
|
||||||
|
Loading…
Reference in New Issue
Block a user