mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-22 21:58:08 +00:00
Opaque parameter for sent chat update.
This commit is contained in:
parent
0121763b41
commit
e5fc650e90
1 changed files with 1 additions and 1 deletions
|
|
@ -34,6 +34,6 @@ public interface LinphoneChatRoom {
|
|||
* send a message to peer member of this chat room.
|
||||
* @param message to be sent
|
||||
*/
|
||||
void sendMessage(String message);
|
||||
void sendMessage(Object opaque, String message);
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue