Exemplo n.º 1
0
 public CallSession(SipStack Stack) {
   this(tinyWRAPJNI.new_CallSession(SipStack.getCPtr(Stack), Stack), true);
 }