|
@@ -283,7 +283,7 @@ export function initListener(vue) {
|
|
// 用户退出房间通知其他人员事件
|
|
// 用户退出房间通知其他人员事件
|
|
rtc.on('exit_room_user', function (data) {
|
|
rtc.on('exit_room_user', function (data) {
|
|
console.log('用户退出房间通知其他人员事件', data);
|
|
console.log('用户退出房间通知其他人员事件', data);
|
|
- vue.studentExitLiveRoom(data.id);
|
|
|
|
|
|
+ vue.studentExitLiveRoom(data.id, true);
|
|
});
|
|
});
|
|
|
|
|
|
/**
|
|
/**
|