@valid since 3.53 @detail api @author gechangwu @brief Get RTC room ID. @return Room ID.
FutureOr<String> getRoomId() async { return await nativeCall('getRoomId', []); }