You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Symmetric end-to-end encrypted payloads on a channel
294
284
295
285
When a 128-bit or 256-bit key is provided to the library, all payloads are encrypted and decrypted automatically using that key on the channel. The secret key is never transmitted to Ably and thus it is the developer's responsibility to distribute a secret key to both publishers and subscribers.
@@ -445,6 +435,16 @@ var nextStatsPage = await stats.NextAsync();
445
435
DateTimeOffsettime=awaitclient.TimeAsync();
446
436
```
447
437
438
+
### Getting the channel status
439
+
440
+
Getting the current status of a channel, including details of the current number of `Publishers`, `Subscribers` and `PresenceMembers` etc is simple
0 commit comments