Esempio n. 1
0
        void OnSessionCreate(object sender, EventArgs e)
        {
            session = sender as VoiceSession;
            control.talker.Say("Voice started in " + session.RegionName);
//            session.OnParticipantAdded += new EventHandler(session_OnParticipantAdded);
        }