|
@@ -192,8 +192,6 @@ export const ClassroomPage = () => {
|
|
|
} catch (err) {
|
|
} catch (err) {
|
|
|
console.error('解析静音指令失败', err);
|
|
console.error('解析静音指令失败', err);
|
|
|
}
|
|
}
|
|
|
- } else {
|
|
|
|
|
- showMessage(`收到消息: ${msg.data}`);
|
|
|
|
|
} else if (msg.type === 88891) { // 举手消息
|
|
} else if (msg.type === 88891) { // 举手消息
|
|
|
try {
|
|
try {
|
|
|
const data = JSON.parse(msg.data) as InteractionMessage;
|
|
const data = JSON.parse(msg.data) as InteractionMessage;
|