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 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?width=auto&height=270&timestamp=" + timestamp;
4943
+ var url = "" + snapshotUrl + streamName + "/snapshot?timestamp=" + timestamp;
4944
4944
  var img = new Image();
4945
4945
 
4946
4946
  img.onload = function () {