|
Zoom Rooms Controller SDK Reference 7.1.0
|
Zoom Room information. More...
#include <ZRCSDKTypes.h>
Data Fields | |
| std::string | roomName |
| Room name. | |
| std::string | displayName |
| Room display name. | |
| std::string | roomAddress |
| Room IP address. | |
| std::string | roomID |
| The IZoomRoomsService's ID. | |
| std::string | resourceID |
| The real room resource ID from the Zoom web portal. | |
| std::string | zrVersion |
| The Zoom Room full version. | |
| std::string | zrDisplayVersion |
| The Zoom Room display version. | |
| 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 768 of file ZRCSDKTypes.h.
| bool ZoomRoomInfo::canRetryToPair = false |
TRUE indicates can retry to pair to the last paired room.
Definition at line 779 of file ZRCSDKTypes.h.
| std::string ZoomRoomInfo::displayName |
Room display name.
Definition at line 771 of file ZRCSDKTypes.h.
| std::string ZoomRoomInfo::resourceID |
The real room resource ID from the Zoom web portal.
Definition at line 775 of file ZRCSDKTypes.h.
| std::string ZoomRoomInfo::roomAddress |
Room IP address.
Definition at line 772 of file ZRCSDKTypes.h.
| std::string ZoomRoomInfo::roomID |
The IZoomRoomsService's ID.
Definition at line 774 of file ZRCSDKTypes.h.
| std::string ZoomRoomInfo::roomName |
Room name.
Definition at line 770 of file ZRCSDKTypes.h.
| IZoomRoomsService* ZoomRoomInfo::worker = nullptr |
The IZoomRoomsService's handler.
Definition at line 778 of file ZRCSDKTypes.h.
| std::string ZoomRoomInfo::zrDisplayVersion |
The Zoom Room display version.
Definition at line 777 of file ZRCSDKTypes.h.
| std::string ZoomRoomInfo::zrVersion |
The Zoom Room full version.
Definition at line 776 of file ZRCSDKTypes.h.