Ooopppsss... Forgot one file in last commit.

This commit is contained in:
Ghislain MARY 2018-02-28 11:48:43 +01:00
parent 3ec59a1239
commit 587e951845

View file

@ -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());