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

Signaling app accessed user. More...

#include <IMeetingControlHelper.h>

Data Fields

std::string userName
 User Name.
 
std::string userGuid
 User GUID.
 
std::string avatarUrl
 User Avatar url.
 

Detailed Description

Signaling app accessed user.

Definition at line 81 of file IMeetingControlHelper.h.

Field Documentation

◆ avatarUrl

std::string SignalingAppAccessedUser::avatarUrl

User Avatar url.

Definition at line 85 of file IMeetingControlHelper.h.

◆ userGuid

std::string SignalingAppAccessedUser::userGuid

User GUID.

Definition at line 84 of file IMeetingControlHelper.h.

◆ userName

std::string SignalingAppAccessedUser::userName

User Name.

Definition at line 83 of file IMeetingControlHelper.h.