Zoom Rooms Controller SDK Reference 6.5.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 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 757 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 764 of file ZRCSDKTypes.h.

◆ displayName

std::string ZoomRoomInfo::displayName

Room display name.

Definition at line 760 of file ZRCSDKTypes.h.

◆ roomID

std::string ZoomRoomInfo::roomID

The IZoomRoomsService's ID.

Definition at line 762 of file ZRCSDKTypes.h.

◆ roomName

std::string ZoomRoomInfo::roomName

Room name.

Definition at line 759 of file ZRCSDKTypes.h.

◆ worker

IZoomRoomsService* ZoomRoomInfo::worker = nullptr

The IZoomRoomsService's handler.

Definition at line 763 of file ZRCSDKTypes.h.