This commit is contained in:
HueByte
2026-07-16 03:54:30 +00:00
parent 35bf05433e
commit 9944e86ee3
71 changed files with 14161 additions and 884 deletions
@@ -182,6 +182,40 @@ Class SavedServer <a class="header-action link-secondary" title="View source" h
</h2>
<a id="EchoHub_Client_Config_SavedServer_ChannelKeys_" data-uid="EchoHub.Client.Config.SavedServer.ChannelKeys*"></a>
<h3 id="EchoHub_Client_Config_SavedServer_ChannelKeys" data-uid="EchoHub.Client.Config.SavedServer.ChannelKeys">
ChannelKeys
<a class="header-action link-secondary" title="View source" href="https://github.com/HueByte/EchoHub/blob/master/src/EchoHub.Client/Config/ClientConfig.cs"><i class="bi bi-code-slash"></i></a>
</h3>
<div class="markdown level1 summary"><p>Cached room content keys for end-to-end encrypted channels on this server,
keyed by channel name (base64). Like RefreshToken, these live only on the
user's machine — the server never sees them.</p>
</div>
<div class="markdown level1 conceptual"></div>
<div class="codewrapper">
<pre><code class="lang-csharp hljs">public Dictionary&lt;string, string&gt; ChannelKeys { get; set; }</code></pre>
</div>
<h4 class="section">Property Value</h4>
<dl class="parameters">
<dt><span class="xref">Dictionary</span>&lt;<a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>, <a class="xref" href="https://learn.microsoft.com/dotnet/api/system.string">string</a>&gt;</dt>
<dd></dd>
</dl>
<a id="EchoHub_Client_Config_SavedServer_LastConnected_" data-uid="EchoHub.Client.Config.SavedServer.LastConnected*"></a>
<h3 id="EchoHub_Client_Config_SavedServer_LastConnected" data-uid="EchoHub.Client.Config.SavedServer.LastConnected">