mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-27 07:59:20 +00:00
Remove useless generateConferenceAddress() method in ServerGroupChatRoom.
This commit is contained in:
parent
54a0a8c156
commit
7d491f8689
3 changed files with 1 additions and 10 deletions
|
|
@ -51,8 +51,6 @@ public:
|
|||
void confirmRecreation (SalCallOp *op);
|
||||
void dispatchQueuedMessages ();
|
||||
|
||||
IdentityAddress generateConferenceAddress (const std::shared_ptr<Participant> &me) const;
|
||||
|
||||
void subscribeReceived (LinphoneEvent *event);
|
||||
|
||||
bool update (SalCallOp *op);
|
||||
|
|
|
|||
|
|
@ -64,10 +64,6 @@ void ServerGroupChatRoomPrivate::dispatchQueuedMessages () {}
|
|||
|
||||
// -----------------------------------------------------------------------------
|
||||
|
||||
IdentityAddress ServerGroupChatRoomPrivate::generateConferenceAddress (const shared_ptr<Participant> &me) const {
|
||||
return IdentityAddress();
|
||||
}
|
||||
|
||||
void ServerGroupChatRoomPrivate::subscribeReceived (LinphoneEvent *) {}
|
||||
|
||||
bool ServerGroupChatRoomPrivate::update (SalCallOp *) { return true; }
|
||||
|
|
|
|||
|
|
@ -308,10 +308,7 @@ static void group_chat_room_creation_server (void) {
|
|||
coresManagerList = bctbx_list_append(coresManagerList, laure);
|
||||
coresManagerList = bctbx_list_append(coresManagerList, chloe);
|
||||
bctbx_list_t *coresList = init_core_for_conference(coresManagerList);
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
start_core_for_conference(coresManagerList);
|
||||
|
||||
participantsAddresses = bctbx_list_append(participantsAddresses, linphone_address_new(linphone_core_get_identity(pauline->lc)));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue