Example #1
0
static void message_received(LinphoneCore *lc, LinphoneChatRoom *room, LinphoneChatMessage *message)
{
    LinphoneManager *manager = (LinphoneManager *)linphone_core_get_user_data(lc);
    manager->onMessageReceived(room, message);

    Q_UNUSED(lc);
    Q_UNUSED(room);
    Q_UNUSED(message);
}