mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-23 06:08:07 +00:00
Right call sound
This commit is contained in:
parent
5f94efe4de
commit
c229ea3f0f
1 changed files with 1 additions and 1 deletions
|
|
@ -35,7 +35,7 @@
|
|||
- (void)config {
|
||||
CXProviderConfiguration *config = [[CXProviderConfiguration alloc]
|
||||
initWithLocalizedName:[NSBundle.mainBundle objectForInfoDictionaryKey:@"CFBundleDisplayName"]];
|
||||
config.ringtoneSound = @"shortring.caf";
|
||||
config.ringtoneSound = @"notes_of_the_optimistic.caf";
|
||||
config.supportsVideo = FALSE;
|
||||
config.iconTemplateImageData = UIImagePNGRepresentation([UIImage imageNamed:@"callkit_logo"]);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue