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

This commit is contained in:
nicolas 2017-08-10 11:36:07 +02:00
parent 16fc2f08a1
commit a5e5ae6957

View file

@ -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", {} }
});
}