Right call sound

This commit is contained in:
Benjamin Reis 2017-02-14 15:57:58 +01:00
parent 5f94efe4de
commit c229ea3f0f

View file

@ -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"]);