public RTCHandler(RTCConnectionObject rtcObject = null)
 {
     if (rtcObject != null)
     {
         SetEndpoint(rtcObject);
     }
 }
 public void SetEndpoint(RTCConnectionObject rtcObject)
 {
     ep          = rtcObject.Endpoint;
     endpointSet = true;
 }