mirror of
https://gitlab.linphone.org/BC/public/linphone-desktop.git
synced 2026-01-17 19:38:09 +00:00
fix(Cli): add display-name header to join-conference method
This commit is contained in:
parent
16fc2f08a1
commit
a5e5ae6957
1 changed files with 1 additions and 1 deletions
|
|
@ -181,7 +181,7 @@ Cli::Cli (QObject *parent) : QObject(parent) {
|
|||
{ "sip-address", {} }, { "conference-id", {} }
|
||||
});
|
||||
addCommand("join-conference", tr("joinConferenceFunctionDescription"), ::cliJoinConference, {
|
||||
{ "sip-address", {} }, { "conference-id", {} }
|
||||
{ "sip-address", {} }, { "conference-id", {} }, { "display-name", {} }
|
||||
});
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue