Commit 9d665702 authored by Ronan Abhamon's avatar Ronan Abhamon

fix(components): use linphone::CallStateReferred instead of linphone::CallStateRefered

parent d2ed236f
......@@ -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:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment