diff --git a/src/conference/local-conference.h b/src/conference/local-conference.h index 30e64229b..eec26e1ef 100644 --- a/src/conference/local-conference.h +++ b/src/conference/local-conference.h @@ -36,13 +36,7 @@ public: public: /* ConferenceInterface */ std::shared_ptr addParticipant (const Address &addr, const CallSessionParams *params, bool hasMedia) override; - void addParticipants (const std::list
&addresses, const CallSessionParams *params, bool hasMedia) override; - bool canHandleParticipants () const override; - const std::string& getId () const override; - int getNbParticipants () const override; - std::list> getParticipants () const override; void removeParticipant (const std::shared_ptr &participant) override; - void removeParticipants (const std::list> &participants) override; private: L_DISABLE_COPY(LocalConference);