mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-21 13:08:08 +00:00
Fix removal of gr parameter when sending INVITE for client group chat room creation.
This commit is contained in:
parent
7832def94b
commit
e8dc7bf07c
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ shared_ptr<CallSession> ClientGroupChatRoomPrivate::createSession () {
|
|||
shared_ptr<CallSession> session = focus->getPrivate()->createSession(*q, &csp, false, callSessionListener);
|
||||
const Address &myAddress = q->getMe()->getAddress();
|
||||
Address myCleanedAddress(myAddress);
|
||||
myCleanedAddress.setUriParam("gr"); // Remove gr parameter for INVITE
|
||||
myCleanedAddress.removeUriParam("gr"); // Remove gr parameter for INVITE
|
||||
session->configure(LinphoneCallOutgoing, nullptr, nullptr, myCleanedAddress, focus->getPrivate()->getDevices().front()->getAddress());
|
||||
session->initiateOutgoing();
|
||||
return session;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue