Updated linphone with new chat message callback + added callback
This commit is contained in:
parent
78811ad68f
commit
b25bb9a530
2 changed files with 6 additions and 1 deletions
|
@ -636,6 +636,11 @@ public class GroupChatFragment extends Fragment implements ChatRoomListener, Con
|
|||
}
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onChatMessageReceived(ChatRoom cr, EventLog event_log) {
|
||||
ChatMessage msg = event_log.getChatMessage();
|
||||
}
|
||||
|
||||
@Override
|
||||
public void onIsComposingReceived(ChatRoom cr, Address remoteAddr, boolean isComposing) {
|
||||
if (cr.canHandleParticipants()) {
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f276a82f4625c25cb8243fcbf77cd86defa741e5
|
||||
Subproject commit f702e9a8fe0d487ef7cd529287d010ae55512a06
|
Loading…
Reference in a new issue