Beispiel #1
0
 public void OnRemoteHold(long sessionId)
 {
     if (events != null)
     {
         events.onRemoteHold(sessionId);
     }
 }