private void rtp_SessionReceived(object sender, System.Collaboration.IncomingSessionEventArgs e) { ChatForm chatForm = new ChatForm(this, rtp, e.Session); chatForm.Show(); }