Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
MeshInfoNotification Struct Reference

Mesh Info Notification. More...

#include <IMeetingService.h>

Data Fields

int32_t unsignedParticipantCount = 0
 unsigned participants count.
 
std::string meshMeetingPrivacyUrl
 mesh meeting privacy url.
 

Detailed Description

Mesh Info Notification.

Definition at line 124 of file IMeetingService.h.

Field Documentation

◆ meshMeetingPrivacyUrl

std::string MeshInfoNotification::meshMeetingPrivacyUrl

mesh meeting privacy url.

Definition at line 127 of file IMeetingService.h.

◆ unsignedParticipantCount

int32_t MeshInfoNotification::unsignedParticipantCount = 0

unsigned participants count.

Definition at line 126 of file IMeetingService.h.