踢出用户
Future<void> kickOffUserWithId(int userId) { return bRTCPluginChannel.invokeMethod('kickOffUserWithId', { "userId": userId, }); }