订阅用户
Future<void> subscribeStreaming(int userId) { return bRTCPluginChannel.invokeMethod('subscribeStreaming', { "userId": userId, }); }