yangjie #16
|
|
@ -969,12 +969,14 @@ const Meeting: React.FC = () => {
|
|||
}
|
||||
// 全员观看
|
||||
const getShowUser = async (): Promise<void> => {
|
||||
if (location.href.indexOf('/meeting') !== -1) {
|
||||
await GetShowUser(state.channelId).then(async (res) => {
|
||||
if (res.code === 200 && res.data) {
|
||||
renderVideo(res.data)
|
||||
}
|
||||
})
|
||||
}
|
||||
}
|
||||
// 加入房间时间
|
||||
const changeCurrentSeconds = (): string => {
|
||||
const duration = dayjs.duration(currentSeconds, 'seconds');
|
||||
|
|
|
|||
Loading…
Reference in New Issue