解禁用户
Future<void> unShutUpUserWithId(int userId) { return bRTCPluginChannel.invokeMethod('shutUpUserWithId', { "userId": userId, "isDisable": false, }); }