Zoom Rooms Controller SDK Reference 6.6.0
Loading...
Searching...
No Matches
ZoomRoomInfo Struct Reference

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.
 
IZoomRoomsServiceworker = nullptr
 The IZoomRoomsService's handler.
 
bool canRetryToPair = false
 TRUE indicates can retry to pair to the last paired room.
 

Detailed Description

Zoom Room information.

Definition at line 760 of file ZRCSDKTypes.h.

Field Documentation

◆ canRetryToPair

bool ZoomRoomInfo::canRetryToPair = false

TRUE indicates can retry to pair to the last paired room.

Definition at line 768 of file ZRCSDKTypes.h.

◆ displayName

std::string ZoomRoomInfo::displayName

Room display name.

Definition at line 763 of file ZRCSDKTypes.h.

◆ roomAddress

std::string ZoomRoomInfo::roomAddress

Room IP address.

Definition at line 764 of file ZRCSDKTypes.h.

◆ roomID

std::string ZoomRoomInfo::roomID

The IZoomRoomsService's ID.

Definition at line 766 of file ZRCSDKTypes.h.

◆ roomName

std::string ZoomRoomInfo::roomName

Room name.

Definition at line 762 of file ZRCSDKTypes.h.

◆ worker

IZoomRoomsService* ZoomRoomInfo::worker = nullptr

The IZoomRoomsService's handler.

Definition at line 767 of file ZRCSDKTypes.h.