Пример #1
0
 /// <summary>
 /// End call for a given session
 /// </summary>
 /// <param name="sessionId"></param>
 /// <returns></returns>
 public override bool endCall()
 {
     PjsipMethods.dll_releaseCall(SessionId);
     return(true);
 }