@@ -276,6 +276,7 @@ export default {
body = JSON.parse(body);
if (body.switchrole === 'anchor' && body.userid === this.user.uid) {
this.switchbtn = true;
+ this.roomMeetBtn();
} else {
this.switchbtn = false;
}