mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-05-07 05:53:07 +00:00
Do not start audio calls with video enabled but in inactive direction
This commit is contained in:
parent
16fa960a0b
commit
680c6877e4
1 changed files with 1 additions and 2 deletions
|
|
@ -375,8 +375,7 @@ class CoreContext @UiThread constructor(val context: Context) : HandlerThread("C
|
|||
localAddress: Address? = null
|
||||
) {
|
||||
val params = core.createCallParams(null)
|
||||
params?.isVideoEnabled = true
|
||||
params?.videoDirection = MediaDirection.Inactive
|
||||
params?.isVideoEnabled = false
|
||||
startCall(address, params, forceZRTP, localAddress)
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue