@@ -67,6 +67,9 @@ function doConnectDirectives() {
type: 'bitRate',
};
wsss.send(JSON.stringify(bitRate));
+
+ // 键盘透传 2 是用云机内置的
+ wsss.send(JSON.stringify({ data: { type: 2 }, type: 'InputMethod' }));
// 进入发起询问
var pings2 = {
type: 'forwardMsg',
@@ -66,7 +66,7 @@ function doConnectDirectives() {
- // 支持键盘透传
wsss.send(JSON.stringify({ data: { type: 2 }, type: 'InputMethod' }));
// // 进入发起询问
// var pings2 = {