Skip to content

Commit

Permalink
[skip ci] Add publish files
Browse files Browse the repository at this point in the history
  • Loading branch information
bitbucket-pipelines committed Jun 10, 2020
1 parent da52c6e commit f862a79
Show file tree
Hide file tree
Showing 15 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions publish/2.1.3/demos/collection/kitchensink/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,15 +625,15 @@ SkylinkEventManager.addEventListener(SkylinkConstants.EVENTS.PEER_CONNECTION_STA
let color = 'red';
switch (state) {
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_LOCAL_OFFER:
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_REMOTE_PRANSWER:
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_REMOTE_OFFER:
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_LOCAL_PRANSWER:
case SkylinkConstants.PEER_CONNECTION_STATE.CONNECTING:
color = 'orange';
break;
case SkylinkConstants.PEER_CONNECTION_STATE.CLOSED:
color = 'red';
break;
case SkylinkConstants.PEER_CONNECTION_STATE.STABLE:
case SkylinkConstants.PEER_CONNECTION_STATE.CONNECTED:
color = 'green';
break;
}
Expand Down
Binary file modified publish/2.1.3/gzip/skylink.complete.js
Binary file not shown.
Binary file modified publish/2.1.3/gzip/skylink.complete.umd.js
Binary file not shown.
2 changes: 1 addition & 1 deletion publish/2.1.3/skylink.complete.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:10:18 GMT+0000 (Coordinated Universal Time) */
/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:31:03 GMT+0000 (Coordinated Universal Time) */
/*
* Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion publish/2.1.3/skylink.complete.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
factory();
}(function () { 'use strict';

/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:10:18 GMT+0000 (Coordinated Universal Time) */
/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:31:03 GMT+0000 (Coordinated Universal Time) */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down
4 changes: 2 additions & 2 deletions publish/2.x/demos/collection/kitchensink/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,15 +625,15 @@ SkylinkEventManager.addEventListener(SkylinkConstants.EVENTS.PEER_CONNECTION_STA
let color = 'red';
switch (state) {
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_LOCAL_OFFER:
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_REMOTE_PRANSWER:
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_REMOTE_OFFER:
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_LOCAL_PRANSWER:
case SkylinkConstants.PEER_CONNECTION_STATE.CONNECTING:
color = 'orange';
break;
case SkylinkConstants.PEER_CONNECTION_STATE.CLOSED:
color = 'red';
break;
case SkylinkConstants.PEER_CONNECTION_STATE.STABLE:
case SkylinkConstants.PEER_CONNECTION_STATE.CONNECTED:
color = 'green';
break;
}
Expand Down
Binary file modified publish/2.x/gzip/skylink.complete.js
Binary file not shown.
Binary file modified publish/2.x/gzip/skylink.complete.umd.js
Binary file not shown.
2 changes: 1 addition & 1 deletion publish/2.x/skylink.complete.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:10:18 GMT+0000 (Coordinated Universal Time) */
/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:31:03 GMT+0000 (Coordinated Universal Time) */
/*
* Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion publish/2.x/skylink.complete.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
factory();
}(function () { 'use strict';

/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:10:18 GMT+0000 (Coordinated Universal Time) */
/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:31:03 GMT+0000 (Coordinated Universal Time) */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down
4 changes: 2 additions & 2 deletions publish/latest/demos/collection/kitchensink/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -625,15 +625,15 @@ SkylinkEventManager.addEventListener(SkylinkConstants.EVENTS.PEER_CONNECTION_STA
let color = 'red';
switch (state) {
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_LOCAL_OFFER:
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_REMOTE_PRANSWER:
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_REMOTE_OFFER:
case SkylinkConstants.PEER_CONNECTION_STATE.HAVE_LOCAL_PRANSWER:
case SkylinkConstants.PEER_CONNECTION_STATE.CONNECTING:
color = 'orange';
break;
case SkylinkConstants.PEER_CONNECTION_STATE.CLOSED:
color = 'red';
break;
case SkylinkConstants.PEER_CONNECTION_STATE.STABLE:
case SkylinkConstants.PEER_CONNECTION_STATE.CONNECTED:
color = 'green';
break;
}
Expand Down
Binary file modified publish/latest/gzip/skylink.complete.js
Binary file not shown.
Binary file modified publish/latest/gzip/skylink.complete.umd.js
Binary file not shown.
2 changes: 1 addition & 1 deletion publish/latest/skylink.complete.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:10:18 GMT+0000 (Coordinated Universal Time) */
/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:31:03 GMT+0000 (Coordinated Universal Time) */
/*
* Copyright (c) 2016 The WebRTC project authors. All Rights Reserved.
*
Expand Down
2 changes: 1 addition & 1 deletion publish/latest/skylink.complete.umd.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
factory();
}(function () { 'use strict';

/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:10:18 GMT+0000 (Coordinated Universal Time) */
/* SkylinkJS v2.1.3 Wed Jun 10 2020 11:31:03 GMT+0000 (Coordinated Universal Time) */
(function (global, factory) {
typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
typeof define === 'function' && define.amd ? define(['exports'], factory) :
Expand Down

0 comments on commit f862a79

Please sign in to comment.