Zoom Rooms Controller SDK Reference 6.5.0
|
Entrance of all the PreMeeting Service. More...
#include "ZRCSDKTypes.h"
Go to the source code of this file.
Data Structures | |
class | IPreMeetingServiceSink |
PreMeeting service event callback. More... | |
class | IPreMeetingService |
PreMeeting service interface. More... | |
Enumerations | |
enum | LogType { LogTypeBasic = 0 , LogTypeAudio = 1 , LogTypeContentSharing = 2 , LogTypeCrashDump = 3 } |
Send problem report log type. Here are more detailed structural descriptions. More... | |
Entrance of all the PreMeeting Service.
Definition in file IPreMeetingService.h.
enum LogType |
Send problem report log type. Here are more detailed structural descriptions.
Enumerator | |
---|---|
LogTypeBasic | Send basic logs. |
LogTypeAudio | Send basic and audio logs. |
LogTypeContentSharing | Send basic and content sharing logs. |
LogTypeCrashDump | Send basic and crash dump logs. |
Definition at line 17 of file IPreMeetingService.h.