ZegoReplayKitExtReason Constants Reference

Declared in ZegoExpressDefines.h

ZegoReplayKitExtReason

Reasons attached to the end of the screen capture extension.

Definition

typedef NS_ENUM(NSUInteger, ZegoReplayKitExtReason ) {
   ZegoReplayKitExtReasonHostStop = 0,
   ZegoReplayKitExtReasonConnectFail = 1,
   ZegoReplayKitExtReasonDisconnect = 2,
};

Constants

ZegoReplayKitExtReasonHostStop

The host application actively stops screen capture.

Declared In ZegoExpressDefines.h.

ZegoReplayKitExtReasonConnectFail

The connection to the host application fails, and the screen capture function must be enabled by calling [startScreenCapture] in the host application.

Declared In ZegoExpressDefines.h.

ZegoReplayKitExtReasonDisconnect

Disconnect with the host application.

Declared In ZegoExpressDefines.h.

Declared In

ZegoExpressDefines.h