mirror of
https://gitlab.linphone.org/BC/public/linphone-android.git
synced 2026-01-17 11:28:06 +00:00
Added log regarding Core's video policy
This commit is contained in:
parent
b8e2541cda
commit
0238de5b3b
1 changed files with 5 additions and 0 deletions
|
|
@ -383,6 +383,11 @@ class CoreContext @UiThread constructor(val context: Context) : HandlerThread("C
|
|||
core.isFecEnabled = true
|
||||
}
|
||||
|
||||
val videoPolicy = core.videoActivationPolicy
|
||||
Log.i(
|
||||
"$TAG Core's video policy is: auto initiate [${videoPolicy.automaticallyInitiate}], auto accept [${videoPolicy.automaticallyAccept}], accept direction [${videoPolicy.automaticallyAcceptDirection}]"
|
||||
)
|
||||
|
||||
updateFriendListsSubscriptionDependingOnDefaultAccount()
|
||||
|
||||
computeUserAgent()
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue