mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-14 21:02:49 +00:00
fix:统一字段名称
This commit is contained in:
parent
155f42dd37
commit
371c87f5a4
@ -298,7 +298,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 会议事件
|
// 会议事件
|
||||||
window.__onMeetingEvent = ({act,uuid,channelID}) => {
|
window.__onMeetingEvent = ({act,uuid,meetingid}) => {
|
||||||
switch (act) {
|
switch (act) {
|
||||||
// 获取用户信息
|
// 获取用户信息
|
||||||
case "getInfo":
|
case "getInfo":
|
||||||
@ -328,7 +328,7 @@ export default {
|
|||||||
case "invent":
|
case "invent":
|
||||||
this.$store.dispatch("showMeetingWindow",{
|
this.$store.dispatch("showMeetingWindow",{
|
||||||
type: "invitation",
|
type: "invitation",
|
||||||
meetingid: channelID
|
meetingid: meetingid
|
||||||
})
|
})
|
||||||
break;
|
break;
|
||||||
//结束会议
|
//结束会议
|
||||||
|
|||||||
@ -275,7 +275,7 @@ export default {
|
|||||||
username: data.nickname,
|
username: data.nickname,
|
||||||
video: this.addData.tracks.includes("video"),
|
video: this.addData.tracks.includes("video"),
|
||||||
audio: this.addData.tracks.includes("audio"),
|
audio: this.addData.tracks.includes("audio"),
|
||||||
channelID: data.meetingid,
|
meetingid: data.meetingid
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
this.loadIng--;
|
this.loadIng--;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user