mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-05-03 20:46:28 +00:00
Fix audio/video settings
Change default primary contact value
This commit is contained in:
parent
041a3165fd
commit
22b240ac59
3 changed files with 3 additions and 3 deletions
|
|
@ -474,7 +474,7 @@ extern void linphone_iphone_log_handler(int lev, const char *fmt, va_list args);
|
|||
int audio_port_preference = [self integerForKey:@"audio_port_preference"];
|
||||
linphone_core_set_audio_port(lc, audio_port_preference);
|
||||
int video_port_preference = [self integerForKey:@"video_port_preference"];
|
||||
linphone_core_set_audio_port(lc, video_port_preference);
|
||||
linphone_core_set_video_port(lc, video_port_preference);
|
||||
|
||||
UIDevice* device = [UIDevice currentDevice];
|
||||
bool backgroundSupported = false;
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
sip_random_port=1
|
||||
sip_tcp_random_port=1
|
||||
sip_tls_random_port=1
|
||||
contact=sip:toto@unknown-host
|
||||
contact="Linphone iPhone" <sip:linphone.iphone@unknown-host>
|
||||
keepalive_period=30000
|
||||
|
||||
[rtp]
|
||||
|
|
|
|||
|
|
@ -2,7 +2,7 @@
|
|||
sip_random_port=1
|
||||
sip_tcp_random_port=1
|
||||
sip_tls_random_port=1
|
||||
contact=sip:toto@unknown-host
|
||||
contact="Linphone iPhone" <sip:linphone.iphone@unknown-host>
|
||||
keepalive_period=30000
|
||||
|
||||
[rtp]
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue