omni::connect::core::setLiveSessionConfigValues

Defined in omni/connect/core/LiveSessionConfig.h

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

Set configuration values in an existing Live Session configuration file.

This function requires that the session config already exists, otherwise it will fail

Note

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

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

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

Returns

Whether the session config file was updated successfully.