mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
add option to not show app's calls in phone's history
This commit is contained in:
parent
a0b6350bd6
commit
8e41e153f9
1 changed files with 2 additions and 0 deletions
|
|
@ -45,6 +45,8 @@
|
|||
[config setSupportedHandleTypes:handleTypes];
|
||||
[config setMaximumCallGroups:2];
|
||||
[config setMaximumCallsPerCallGroup:1];
|
||||
//not show app's calls in tel's history
|
||||
//config.includesCallsInRecents = NO;
|
||||
self.provider = [[CXProvider alloc] initWithConfiguration:config];
|
||||
[self.provider setDelegate:self queue:dispatch_get_main_queue()];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue