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