Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/pages/access-controls/guides/moderated-sessions.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,8 @@ A participant joining a session will always have one of three modes:


When joining a session with `tsh join` or `tsh kube join`, a user can specify a
mode with the `--mode <mode>` flag , where the mode is one of `peer`,
`moderator` or `observer`. By default, the mode is `peer` for SSH and
`moderator` for Kubernetes sessions.
participant mode with the `--mode <mode>` flag , where the mode is one of `peer`,
`moderator` or `observer`. By default, the mode is `observer`.

A participant may leave a session with the shortcut `^c` (Control + c) while in observer or
moderator mode. When in moderator mode, a participant may also forcefully
Expand Down