예제 #1
0
 public void SingleStepConference(string otherDN, string location, KeyValueCollection userData)
 {
     RequestAgentConference.SingleStepConference(otherDN, location, userData);
 }
예제 #2
0
 public void SingleStepConference(string otherDN)
 {
     RequestAgentConference.SingleStepConference(otherDN);
 }