Zoom Rooms Controller SDK Reference 6.5.0
Loading...
Searching...
No Matches
IPreMeetingService.h File Reference

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...
 

Detailed Description

Entrance of all the PreMeeting Service.

Since
Added in ZRC SDK 6.0.0

Definition in file IPreMeetingService.h.

Enumeration Type Documentation

◆ LogType

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.

18{
19 LogTypeBasic = 0,
20 LogTypeAudio = 1,
23};
@ LogTypeAudio
Send basic and audio logs.
@ LogTypeCrashDump
Send basic and crash dump logs.
@ LogTypeContentSharing
Send basic and content sharing logs.
@ LogTypeBasic
Send basic logs.