Future<int> joinSubRoom(String roomId) async { int code = await _channel.invokeMethod('joinSubRoom', roomId) ?? -1; return code; }