mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 11:08:06 +00:00
add sound notification to incoming call background notification
This commit is contained in:
parent
8eaf19fd17
commit
40c997f026
1 changed files with 1 additions and 0 deletions
|
|
@ -568,6 +568,7 @@ extern void libmsilbc_init();
|
|||
{
|
||||
notif.repeatInterval = 0;
|
||||
notif.alertBody =[NSString stringWithFormat:@" %@ is calling you",from];
|
||||
notif.soundName = UILocalNotificationDefaultSoundName;
|
||||
|
||||
[[UIApplication sharedApplication] presentLocalNotificationNow:notif];
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue