scorer-ui-kit 1.2.7-liveboard-patch.8 → 1.2.7-liveboard-patch.9
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.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/dist/index.modern.js +1 -1
- package/dist/index.modern.js.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -4940,7 +4940,7 @@ var LineUIRTCWithFallback = function LineUIRTCWithFallback(_ref) {
|
|
|
4940
4940
|
if (useFallback && snapshotUrl) {
|
|
4941
4941
|
var updateSnapshot = function updateSnapshot() {
|
|
4942
4942
|
var timestamp = Date.now();
|
|
4943
|
-
var url = "" + snapshotUrl + streamName + "/snapshot?
|
|
4943
|
+
var url = "" + snapshotUrl + streamName + "/snapshot?timestamp=" + timestamp;
|
|
4944
4944
|
var img = new Image();
|
|
4945
4945
|
|
|
4946
4946
|
img.onload = function () {
|