mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(components): use linphone::CallStateReferred instead of linphone::CallStateRefered
This commit is contained in:
parent
d2ed236f78
commit
9d665702e7
2 changed files with 3 additions and 3 deletions
|
|
@ -258,7 +258,7 @@ void CallModel::handleCallStateChanged (const shared_ptr<linphone::Call> &call,
|
|||
break;
|
||||
|
||||
case linphone::CallStateConnected:
|
||||
case linphone::CallStateRefered:
|
||||
case linphone::CallStateReferred:
|
||||
case linphone::CallStateReleased:
|
||||
case linphone::CallStateStreamsRunning:
|
||||
mPausedByRemote = false;
|
||||
|
|
@ -333,7 +333,7 @@ CallModel::CallStatus CallModel::getStatus () const {
|
|||
|
||||
case linphone::CallStateEnd:
|
||||
case linphone::CallStateError:
|
||||
case linphone::CallStateRefered:
|
||||
case linphone::CallStateReferred:
|
||||
case linphone::CallStateReleased:
|
||||
return CallStatusEnded;
|
||||
|
||||
|
|
|
|||
|
|
@ -203,7 +203,7 @@ void CoreHandlers::onTransferStateChanged (
|
|||
case linphone::CallStatePaused:
|
||||
case linphone::CallStatePausedByRemote:
|
||||
case linphone::CallStatePausing:
|
||||
case linphone::CallStateRefered:
|
||||
case linphone::CallStateReferred:
|
||||
case linphone::CallStateReleased:
|
||||
case linphone::CallStateResuming:
|
||||
case linphone::CallStateStreamsRunning:
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue