linphone-developers
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Linphone-developers] Missing Chat Messages


From: Leonardo Cecilia
Subject: [Linphone-developers] Missing Chat Messages
Date: Tue, 25 Sep 2012 16:23:41 -0300

Hi,

I'm trying to send sip messages through linphone chat room. I've the next code:

linphoneChatRoom = linphone_core_create_chat_room(linphoneCore, remoteUseraname);
linphone_chat_room_send_message(linphoneChatRoom, [messageToSend UTF8String]);

I'm having an issue because some messages get the other endpoint, but other don't. When they don't I get the following console output:

ortp-warning-could not get a build info to send MESSAGE, maybe no previous call established ?

Do you know what's going on?

Thanks,
Leonardo.

reply via email to

[Prev in Thread] Current Thread [Next in Thread]