mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 13:48:09 +00:00
Fix incorrect test.
This commit is contained in:
parent
71ed40b0d9
commit
89212ecc6c
2 changed files with 2 additions and 1 deletions
|
|
@ -3676,6 +3676,7 @@ void check_media_direction(LinphoneCoreManager* mgr, LinphoneCall *call, bctbx_l
|
|||
linphone_call_cbs_set_next_video_frame_decoded(call_cbs, linphone_call_next_video_frame_decoded_cb);
|
||||
linphone_call_add_callbacks(call, call_cbs);
|
||||
linphone_call_cbs_unref(call_cbs);
|
||||
linphone_call_request_notify_next_video_frame_decoded(call);
|
||||
linphone_call_send_vfu_request(call);
|
||||
}
|
||||
switch (video_dir) {
|
||||
|
|
|
|||
|
|
@ -264,7 +264,7 @@ max-contacts-by-aor=15
|
|||
|
||||
# Maximum expire time for a REGISTER, in seconds.
|
||||
# Default value: 86400
|
||||
max-expires=60
|
||||
max-expires=600
|
||||
|
||||
# Minimum expire time for a REGISTER, in seconds.
|
||||
# Default value: 60
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue