Example #1
0
static void call_state_changed(LinphoneCore *lc, LinphoneCall *call, LinphoneCallState state, const char *msg)
{
    ms_message("[BB10] Call state changed: %s", msg);

    LinphoneManager *manager = LinphoneManager::getInstance();
    manager->onCallStateChanged(call, state);

    Q_UNUSED(lc);
}