Right now I have the session time out set, but I want different timeouts for different sessions (different nextcloud-talk rooms). Is there a way to do this?
"session": {
"dmScope": "per-channel-peer",
"reset": {
"mode": "idle",
"idleMinutes": 43200
}
},
Thats the block from the config, but it doesn't seem to have anything session based.