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

Meeting recording request info. More...

#include <IRecordingHelper.h>

Data Fields

RecordingType recordingType = RecordingTypeUnknown
 Recording type.
 
std::string senderName
 Participants who send request, empty if request cloud recording.
 

Detailed Description

Meeting recording request info.

Definition at line 77 of file IRecordingHelper.h.

Field Documentation

◆ recordingType

RecordingType RecordingRequestInfo::recordingType = RecordingTypeUnknown

Recording type.

Definition at line 79 of file IRecordingHelper.h.

◆ senderName

std::string RecordingRequestInfo::senderName

Participants who send request, empty if request cloud recording.

Definition at line 80 of file IRecordingHelper.h.