@@ -67,6 +67,8 @@ function doConnectDirectives() {
type: 'bitRate',
};
wsss.send(JSON.stringify(bitRate));
+ // 支持键盘透传
+ wsss.send(JSON.stringify({ data: { type: 2 }, type: 'InputMethod' }));
// // 进入发起询问
// var pings2 = {
// type: 'forwardMsg',