yangjie #35
|
|
@ -1062,9 +1062,9 @@ const Meeting: React.FC = () => {
|
||||||
})
|
})
|
||||||
} else if (reason === 3 || reason === 4) {
|
} else if (reason === 3 || reason === 4) {
|
||||||
message.error({
|
message.error({
|
||||||
content: <div>请检查摄像头是否正常工作,检查摄像头是否被其他应用占用,或者尝试重新加入频道 <span style={{ color: '#606fc7', cursor: 'pointer' }} onClick={() => {
|
content: <div>请检查摄像头是否正常工作,检查摄像头是否被其他应用占用,或者尝试重新加入频道,<span style={{ color: '#606fc7', cursor: 'pointer' }} onClick={() => {
|
||||||
stupWizardRef.current.changeModal(1);
|
stupWizardRef.current.changeModal(1);
|
||||||
}}>前往设置</span></div>,
|
}}>前往修改摄像头</span></div>,
|
||||||
duration: 60,
|
duration: 60,
|
||||||
key: 'cameraTemporarily'
|
key: 'cameraTemporarily'
|
||||||
});
|
});
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue