Hi,
This was something I've been meaning to ask, but keep forgetting: How am
I supposed to use defaultPeer configuration item?
This is what I'm trying (no non-default contexts or anything):
1. On UI startup: Call Server.GetConfig() onto get config value
{"","defaultPeer"}. I assume using "default" as
configuration/template
name would work.
2. When saving a configuration and setting it as default: Call
Session.SetConfig() for configuration <name> with {"",
"defaultPeer",
"<name>"} in it.
The problem is that defaultPeer seems to get saved in <name>/config.ini
instead of global config.ini. What am I doing wrong?
- Jussi