Commit a5e5ae69 authored by nicolas's avatar nicolas

fix(Cli): add display-name header to join-conference method

parent 16fc2f08
......@@ -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", {} }
});
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment