Zoom Rooms Controller SDK Reference 6.5.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 66 of file IMeetingControlHelper.h.

Field Documentation

◆ avatarUrl

std::string SignalingAppAccessedUser::avatarUrl

User Avatar url.

Definition at line 70 of file IMeetingControlHelper.h.

◆ userGuid

std::string SignalingAppAccessedUser::userGuid

User GUID.

Definition at line 69 of file IMeetingControlHelper.h.

◆ userName

std::string SignalingAppAccessedUser::userName

User Name.

Definition at line 68 of file IMeetingControlHelper.h.