Example #1
0
static void composing_received(LinphoneCore *lc, LinphoneChatRoom *room)
{
    LinphoneManager *manager = (LinphoneManager *)linphone_core_get_user_data(lc);
    manager->onComposingReceived(room);

    Q_UNUSED(lc);
    Q_UNUSED(room);
}