Skip to content

Latest commit

 

History

History
13 lines (10 loc) · 1.27 KB

ChannelProperties.md

File metadata and controls

13 lines (10 loc) · 1.27 KB

# ChannelProperties

Properties

Name Type Description Notes
channel_settings \Zoom\Api\Model\ChannelPropertiesChannelSettings [optional]
id string The ID of the channel. [optional]
jid string The Jabber Identity used to access the account. [optional]
name string The channel name. [optional]
type int The channel's type: * `0` — An unknown channel type. * `1` — A private channel. Members must be invited to join this channel. * `2` — A private channel with members that belong to a Zoom account. All members of this channel are from the same organization and must be invited to join. * `3` — A public channel. Anyone can search for and join this channel. * `4` — An instant channel. This type of channel is created by adding members to a new chat. * `5` — A public channel. Anyone can join this channel and invite members from other Zoom accounts. [optional]

[Back to Model list] [Back to API list] [Back to README]