Exemplo n.º 1
0
        public void Stop()
        {
            int result = MeetingAgent.Stop();

            IsServierStarted = result != 0;
        }