This commit is contained in:
parent
448db14c8a
commit
43604de86b
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "multi.person.meeting",
|
"name": "WGShare.Metting",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.0.0",
|
"version": "0.0.1",
|
||||||
"main": "main.js",
|
"main": "main.js",
|
||||||
"authors": "yj",
|
"authors": "yj",
|
||||||
"description": "test",
|
"description": "test",
|
||||||
|
|
|
||||||
|
|
@ -483,7 +483,7 @@ const Meeting: React.FC = () => {
|
||||||
reader.onload = async () => {
|
reader.onload = async () => {
|
||||||
const setting = await JSON.parse(storage.getItem('setting') as string)
|
const setting = await JSON.parse(storage.getItem('setting') as string)
|
||||||
const buffer = Buffer.from(reader.result);
|
const buffer = Buffer.from(reader.result);
|
||||||
await fs.writeFile(`${setting.recordingFilesPath}${state.roomName}_${state.channelId}_${+new Date()}.mp4`, buffer, {});
|
await fs.writeFile(`会议录制_${setting.recordingFilesPath}${state.roomName}_${state.channelId}_${+new Date()}.mp4`, buffer, {});
|
||||||
confirm({
|
confirm({
|
||||||
title: '提示',
|
title: '提示',
|
||||||
icon: <ExclamationCircleFilled />,
|
icon: <ExclamationCircleFilled />,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue