mirror of
https://github.com/kuaifan/dootask.git
synced 2025-12-12 11:19:56 +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) {
|
||||
// 获取用户信息
|
||||
case "getInfo":
|
||||
@ -328,7 +328,7 @@ export default {
|
||||
case "invent":
|
||||
this.$store.dispatch("showMeetingWindow",{
|
||||
type: "invitation",
|
||||
meetingid: channelID
|
||||
meetingid: meetingid
|
||||
})
|
||||
break;
|
||||
//结束会议
|
||||
|
||||
@ -275,7 +275,7 @@ export default {
|
||||
username: data.nickname,
|
||||
video: this.addData.tracks.includes("video"),
|
||||
audio: this.addData.tracks.includes("audio"),
|
||||
channelID: data.meetingid,
|
||||
meetingid: data.meetingid
|
||||
}
|
||||
});
|
||||
this.loadIng--;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user