mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-17 19:18:06 +00:00
Merge branch 'message'
This commit is contained in:
commit
0496d04ef2
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