mirror of
https://github.com/SchildiChat/SchildiChat-android.git
synced 2025-03-18 20:29:10 +03:00
VoIP: Change hold direction to send-only
This commit is contained in:
parent
8ec22de0b8
commit
bc2233866b
2 changed files with 2 additions and 1 deletions
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…
Add table
Reference in a new issue