mirror of
https://gitlab.linphone.org/BC/public/linphone-iphone.git
synced 2026-01-20 12:38:09 +00:00
Bug fix Commands_conference.h
This commit is contained in:
parent
6693805a3e
commit
b077e3d622
2 changed files with 3 additions and 3 deletions
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef CONFERENCE_H
|
||||
#define CONFERENCE_H
|
||||
#ifndef COMMANDS_CONFERENCE_H
|
||||
#define COMMANDS_CONFERENCE_H
|
||||
|
||||
#include "daemon.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -449,7 +449,7 @@ void Daemon::initCommands() {
|
|||
mCommands.push_back(new Video());
|
||||
mCommands.push_back(new VideoSource());
|
||||
mCommands.push_back(new AutoVideo());
|
||||
mCommands.push_back(new Conference::Conference());
|
||||
mCommands.push_back(new Conference());
|
||||
mCommands.push_back(new AudioCodecGetCommand());
|
||||
mCommands.push_back(new AudioCodecEnableCommand());
|
||||
mCommands.push_back(new AudioCodecDisableCommand());
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue