Zoom Rooms Controller SDK Reference 6.5.0
|
Zoom Room information. More...
#include <ZRCSDKTypes.h>
Data Fields | |
std::string | roomName |
Room name. | |
std::string | displayName |
Room display name. | |
std::string | roomID |
The IZoomRoomsService's ID. | |
IZoomRoomsService * | worker = nullptr |
The IZoomRoomsService's handler. | |
bool | canRetryToPair = false |
TRUE indicates can retry to pair to the last paired room. | |
Zoom Room information.
Definition at line 757 of file ZRCSDKTypes.h.
bool ZoomRoomInfo::canRetryToPair = false |
TRUE indicates can retry to pair to the last paired room.
Definition at line 764 of file ZRCSDKTypes.h.
std::string ZoomRoomInfo::displayName |
Room display name.
Definition at line 760 of file ZRCSDKTypes.h.
std::string ZoomRoomInfo::roomID |
The IZoomRoomsService's ID.
Definition at line 762 of file ZRCSDKTypes.h.
std::string ZoomRoomInfo::roomName |
Room name.
Definition at line 759 of file ZRCSDKTypes.h.
IZoomRoomsService* ZoomRoomInfo::worker = nullptr |
The IZoomRoomsService's handler.
Definition at line 763 of file ZRCSDKTypes.h.