Unmute a channel for a user
Unmutes a previously muted channel for a specific user.
stream-cli chat unmute-channel --type [channel-type] --id [channel-id] --user-id [user-id] [flags]
# Unmute the 'redteam' channel for user 'john'
$ stream-cli chat unmute-channel --type messaging --id redteam --user-id john
-h, --help help for unmute-channel
-i, --id string [required] Channel ID
-t, --type string [required] Channel type such as 'messaging'
-u, --user-id string [required] User ID
--app string [optional] Application name to use as it's defined in the configuration file
--config string [optional] Explicit config file path
- stream-cli chat - Allows you to interact with your Chat applications