@flashphoner/websdk 2.0.232 → 2.0.234

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -108,10 +108,11 @@ var instance = function (url, coreUrl) {
108
108
 
109
109
  var push = function() {
110
110
  var api = url + PUSH_PATH;
111
- var push = function (streamName, rtmpUrl) {
111
+ var push = function (streamName, rtmpUrl, fullUrl = false) {
112
112
  return send(api + "/startup", {
113
113
  streamName: streamName,
114
- rtmpUrl: rtmpUrl
114
+ rtmpUrl: rtmpUrl,
115
+ rtmpTransponderFullUrl: fullUrl
115
116
  });
116
117
  };
117
118
  var find = function (streamName, rtmpUrl) {