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