예제 #1
0
 protected uint InitializeWithSDP(string sdpDescription)
 {
     return(impl.initializeWithSDP(Native, sdpDescription));
 }