mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 16:49:20 +00:00
Also vibrate on incoming call
This commit is contained in:
parent
8b8d954024
commit
c9826858e5
1 changed files with 1 additions and 0 deletions
|
|
@ -618,6 +618,7 @@ static PhoneMainView* phoneMainViewInstance=nil;
|
|||
[[LinphoneManager instance] acceptCall:call];
|
||||
}else{
|
||||
IncomingCallViewController *controller = DYNAMIC_CAST([self changeCurrentView:[IncomingCallViewController compositeViewDescription] push:TRUE],IncomingCallViewController);
|
||||
AudioServicesPlaySystemSound([LinphoneManager instance].sounds.vibrate);
|
||||
if(controller != nil) {
|
||||
[controller setCall:call];
|
||||
[controller setDelegate:self];
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue