Beispiel #1
0
 public void JoinMeeting(String topic, List <String> slots)
 {
     Server.JoinMeeting(topic, this.UserName, slots);
 }