Commit c14ff325bb1f316799443233786b65e8023fd998

Authored by ww
1 parent 924d6571

fix: 修复视频组件分享页面绑定gbt设备无权限

@@ -30,7 +30,9 @@ export const getVideoControlStart = ({ @@ -30,7 +30,9 @@ export const getVideoControlStart = ({
30 url: `${Api.GET_VIDEO_CONTROL_START}/${deviceId}/${channelId}`, 30 url: `${Api.GET_VIDEO_CONTROL_START}/${deviceId}/${channelId}`,
31 timeout: 30 * 1000, 31 timeout: 30 * 1000,
32 }, 32 },
33 - {} 33 + {
  34 + withShareToken: true,
  35 + }
34 ); 36 );
35 }; 37 };
36 38