@x-edu/live-player 0.0.17 → 0.0.18

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.
@@ -55820,6 +55820,7 @@ function PublicLiveDetail(_ref) {
55820
55820
  className: src_detail_index_module["live-wrap"]
55821
55821
  }, // eslint-disable-next-line no-nested-ternary
55822
55822
  isReplayMode ? /*#__PURE__*/external_commonjs_react_commonjs2_react_root_React_default().createElement(ReplayVideo, {
55823
+ userInfo: userInfo,
55823
55824
  handleLogin: handleLogin,
55824
55825
  liveInfo: liveInfo,
55825
55826
  autoplay: isLiveToReplay,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@x-edu/live-player",
3
- "version": "0.0.17",
3
+ "version": "0.0.18",
4
4
  "main": "dist/XEduLivePlayer.common.js",
5
5
  "scripts": {
6
6
  "start": "cross-env SDP_ENV=local gms dev",
@@ -376,6 +376,7 @@ export default function PublicLiveDetail({
376
376
  isReplayMode
377
377
  ? (
378
378
  <ReplayVideo
379
+ userInfo={userInfo}
379
380
  handleLogin={handleLogin}
380
381
  liveInfo={liveInfo}
381
382
  autoplay={isLiveToReplay}