Zoom Rooms Controller SDK Reference 6.5.0
|
Device lock status for joining meeting. More...
#include <IMeetingService.h>
Data Fields | |
bool | isLocked = false |
TRUE indicates current device is locked from joining meeting due to several wrong password input. | |
int32_t | remainTimeSec = 0 |
Device lock from joining meeting remaining time seconds. | |
int32_t | wrongPwdInputCount = 0 |
Input wrong password count. | |
Device lock status for joining meeting.
Definition at line 108 of file IMeetingService.h.
bool ConfDeviceLockStatus::isLocked = false |
TRUE indicates current device is locked from joining meeting due to several wrong password input.
Definition at line 110 of file IMeetingService.h.
int32_t ConfDeviceLockStatus::remainTimeSec = 0 |
Device lock from joining meeting remaining time seconds.
Definition at line 111 of file IMeetingService.h.
int32_t ConfDeviceLockStatus::wrongPwdInputCount = 0 |
Input wrong password count.
Definition at line 112 of file IMeetingService.h.