|
@@ -278,7 +278,7 @@ export class RoomAssistant {
|
|
|
*/
|
|
|
async startCall(roomId, userId, user) {
|
|
|
try {
|
|
|
- const res = this.checkRoomMaximum(roomId);
|
|
|
+ const res = await this.checkRoomMaximum(roomId);
|
|
|
console.log("checkRoomMaximum:", res);
|
|
|
if (!res.isMax) {
|
|
|
if (user.oid) {
|