|
Zoom Rooms Controller SDK Reference 6.6.0
|
Participant count info. More...
#include <ZRCSDKTypes.h>
Data Fields | |
| int32_t | waitingRoomUserCount = 0 |
| In waiting room user count. | |
| int32_t | inMeetingUserCount = 0 |
| In meeting user count. | |
| int32_t | inBackstageUserCount = 0 |
| In backstage user count. | |
Participant count info.
Definition at line 1116 of file ZRCSDKTypes.h.
| int32_t ParticipantCount::inBackstageUserCount = 0 |
In backstage user count.
Definition at line 1120 of file ZRCSDKTypes.h.
| int32_t ParticipantCount::inMeetingUserCount = 0 |
In meeting user count.
Definition at line 1119 of file ZRCSDKTypes.h.
| int32_t ParticipantCount::waitingRoomUserCount = 0 |
In waiting room user count.
Definition at line 1118 of file ZRCSDKTypes.h.