mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 03:18:07 +00:00
force enableAudio/Video to false when creating chatroom params to avoid sdk warning
This commit is contained in:
parent
d39a84ca4e
commit
b2ae9213a2
1 changed files with 2 additions and 0 deletions
|
|
@ -630,6 +630,8 @@ ToolModel::getChatRoomParams(std::shared_ptr<linphone::Call> call, std::shared_p
|
||||||
//: Dummy subject
|
//: Dummy subject
|
||||||
params->setSubject("Dummy subject");
|
params->setSubject("Dummy subject");
|
||||||
params->setAccount(account);
|
params->setAccount(account);
|
||||||
|
params->enableAudio(false);
|
||||||
|
params->enableVideo(false);
|
||||||
|
|
||||||
auto chatParams = params->getChatParams();
|
auto chatParams = params->getChatParams();
|
||||||
if (!chatParams) {
|
if (!chatParams) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue