forked from mirrors/linphone-iphone
[Presence] disable p2p presence on friend creation on first launch
This commit is contained in:
parent
53add0efe2
commit
74c2f77b97
1 changed files with 2 additions and 0 deletions
|
|
@ -58,6 +58,8 @@
|
|||
#endif
|
||||
}
|
||||
if (_friend) {
|
||||
linphone_friend_enable_subscribes(_friend, FALSE);
|
||||
linphone_friend_set_inc_subscribe_policy(_friend, LinphoneSPDeny);
|
||||
linphone_core_add_friend(LC, _friend);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue