users property
The number of users in the channel.
- Communication profile: The number of users in the channel.
- Live Broadcast profile:
- If the local user is an audience: The number of users in the channel = The number of hosts in the channel + 1.
- If the local user is a host: The number of users in the channel = The number of hosts in the channel.
Implementation
int? users;