omni::connect::core::createLiveSessionConfigFile

Defined in omni/connect/core/LiveSessionConfig.h

bool omni::connect::core::createLiveSessionConfigFile(const std::string &uri, const LiveSessionConfigMap &config)

Create a Live Session configuration file.

The current serialization for these config files is TOML.

Note

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

Parameters
  • uri – The location of the new session config file

  • config – A map or dictionary of key-value pairs

Returns

Whether the session config file was created successfully.