mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-28 08:39:20 +00:00
Ooopppsss... Forgot one file in last commit.
This commit is contained in:
parent
3ec59a1239
commit
587e951845
1 changed files with 2 additions and 1 deletions
|
|
@ -1067,8 +1067,9 @@ LinphoneStatus CallSession::redirect (const Address &redirectAddr) {
|
|||
return 0;
|
||||
}
|
||||
|
||||
void CallSession::startIncomingNotification () {
|
||||
void CallSession::startIncomingNotification (bool notifyRinging) {
|
||||
L_D();
|
||||
d->notifyRinging = notifyRinging;
|
||||
if (d->listener) {
|
||||
d->listener->onIncomingCallSessionNotified(getSharedFromThis());
|
||||
d->listener->onBackgroundTaskToBeStarted(getSharedFromThis());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue