mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-05-07 14:44:01 +00:00
fix(Cli): set the header as optional for
This commit is contained in:
parent
e35d3aebab
commit
4b38922153
1 changed files with 1 additions and 1 deletions
|
|
@ -186,7 +186,7 @@ Cli::Cli (QObject *parent) : QObject(parent) {
|
|||
{ "sip-address", {} }, { "conference-id", {} }
|
||||
});
|
||||
addCommand("join-conference", tr("joinConferenceFunctionDescription"), ::cliJoinConference, {
|
||||
{ "sip-address", {} }, { "conference-id", {} }, { "display-name", {} }
|
||||
{ "sip-address", {} }, { "conference-id", {} }, { "display-name", {STRING, true } }
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue