[*] 日常优化

This commit is contained in:
acgist
2023-07-30 08:29:43 +08:00
parent 82731876f2
commit 2784eb6b9b
11 changed files with 211 additions and 170 deletions

View File

@@ -165,7 +165,7 @@ export default {
async loadList() {
this.rooms = await this.taoyao.roomList();
this.medias = await this.taoyao.mediaList();
this.clients = await this.taoyao.clientList();
this.clients = await this.taoyao.mediaClientList();
},
async sessionCall() {
this.taoyao.sessionCall(this.room.callClientId);