Switch Template
Click the button to switch the layout displayed in the room.
//Substitute parameters into functions through buttons
switchTemplateClick = async function (num) {
arctosSdkInstance.$meetingRoom.setTemplate(num);
};
The following url is a sample code for joining a meeting room.