forked from mirrors/linphone-iphone
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