forked from mirrors/linphone-iphone
Do not insert server group chat room for now.
This commit is contained in:
parent
7ac3d57f68
commit
f492097cfd
1 changed files with 2 additions and 2 deletions
|
|
@ -96,8 +96,8 @@ LinphoneChatRoom *_linphone_core_join_client_group_chat_room (LinphoneCore *lc,
|
|||
|
||||
LinphoneChatRoom *_linphone_core_create_server_group_chat_room (LinphoneCore *lc, LinphonePrivate::SalCallOp *op) {
|
||||
LinphoneChatRoom *cr = _linphone_server_group_chat_room_new(lc, op);
|
||||
L_GET_PRIVATE(lc->cppCore)->insertChatRoom(L_GET_CPP_PTR_FROM_C_OBJECT(cr));
|
||||
L_GET_PRIVATE(lc->cppCore)->insertChatRoomWithDb(L_GET_CPP_PTR_FROM_C_OBJECT(cr));
|
||||
//L_GET_PRIVATE(lc->cppCore)->insertChatRoom(L_GET_CPP_PTR_FROM_C_OBJECT(cr));
|
||||
//L_GET_PRIVATE(lc->cppCore)->insertChatRoomWithDb(L_GET_CPP_PTR_FROM_C_OBJECT(cr));
|
||||
return cr;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue