ZegoReplayKitExtHandler
ZegoReplayKitExtHandler
Declared in ZegoExpressEventHandler.h
Methods
broadcastFinished:reason
broadcastFinished:reason
- (void)broadcastFinished:(ZegoReplayKitExt *_Nonnull)broadcast reason:(ZegoReplayKitExtReason)reason API_AVAILABLE(ios (12.0));Screen capture finished callback.
Declared in
ZegoExpressEventHandler.hParameters
| Name | Type | Description |
|---|---|---|
| broadcast | ZegoReplayKitExt *_Nonnull | Screen capture extended application instance. |
| reason | ZegoReplayKitExtReason | The reason why the screen capture extension application ended. |
- Use cases: You need to implement the ZegoReplayKitExtHandler protocol in the implementation class of RPBroadcastSampleHandler, get the information after the collection, and call the finishBroadcastWithError: method.
- Available since: 3.1.0
