ZegoScreenCaptureConfig Class Reference

Inherits from NSObject
Declared in ZegoExpressDefines.h

Overview

Screen capture configuration parameters.

  captureVideo

Whether to capture video when screen capture. The default is true.

@property (nonatomic, assign) BOOL captureVideo

Declared In

ZegoExpressDefines.h

  captureAudio

Whether to capture audio when screen capture. The default is true.

@property (nonatomic, assign) BOOL captureAudio

Declared In

ZegoExpressDefines.h

  microphoneVolume

Set Microphone audio volume for ReplayKit. The range is 0 ~ 200. The default is 100. (only for iOS)

@property (nonatomic, assign) unsigned int microphoneVolume

Declared In

ZegoExpressDefines.h

  applicationVolume

Set Application audio volume for ReplayKit. The range is 0 ~ 200. The default is 100. (only for iOS)

@property (nonatomic, assign) unsigned int applicationVolume

Declared In

ZegoExpressDefines.h