Exemplo n.º 1
0
 internal BridgeToAction(string otherCallId, string url, params CustomParam[] customParams)
 {
     properties             = new BridgeToActionProperties();
     properties.otherCallId = otherCallId;
     url            = Utils.AddCustomParamsToUrl(url, customParams);
     properties.url = url;
 }
 internal BridgeToAction(string otherCallId, string url, params CustomParam[] customParams)
 {
     properties = new BridgeToActionProperties();
     properties.otherCallId = otherCallId;
     url = Utils.AddCustomParamsToUrl(url, customParams);
     properties.url = url;
 }