diff --git a/apps/webconference/WebConference.h b/apps/webconference/WebConference.h index b04a9147..01e9c17d 100644 --- a/apps/webconference/WebConference.h +++ b/apps/webconference/WebConference.h @@ -118,6 +118,8 @@ public: static int ParticipantExpiredDelay; static int RoomExpiredDelay; static int RoomSweepInterval; + + static bool ignore_pin; WebConferenceFactory(const string& _app_name); AmSession* onInvite(const AmSipRequest&);