omni::connect::core::isLiveSessionVersionCompatible

Defined in omni/connect/core/LiveSessionConfig.h

bool omni::connect::core::isLiveSessionVersionCompatible(const std::string &uri)

Check that the session config version is compatible.

The versioning system uses [major.minor] semantic versioning

Note

Call omni::connect::core::startup() before this function to initialize required components

Parameters

uri – The location of the existing session config file

Returns

Whether the session config file version is compatible with this API