mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
Display app name in callkit
This commit is contained in:
parent
b4a7274e5f
commit
d230b892e2
1 changed files with 2 additions and 1 deletions
|
|
@ -31,7 +31,8 @@
|
|||
}
|
||||
|
||||
- (void)config {
|
||||
CXProviderConfiguration *config = [[CXProviderConfiguration alloc] initWithLocalizedName:@"Linphone"];
|
||||
CXProviderConfiguration *config = [[CXProviderConfiguration alloc]
|
||||
initWithLocalizedName:[NSBundle.mainBundle objectForInfoDictionaryKey:@"CFBundleDisplayName"]];
|
||||
config.ringtoneSound = @"shortring.caf";
|
||||
config.supportsVideo = FALSE;
|
||||
config.iconTemplateImageData = UIImagePNGRepresentation([UIImage imageNamed:@"callkit_logo"]);
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue