Interface NERtcTakeSnapshotCallback
interface NERtcTakeSnapshotCallback { onTakeSnapshotResult(errorCode: number, image?: PixelMap): void;} Methods
onTakeSnapshotResult
onTakeSnapshotResult(errorCode: number, image?: PixelMap): void Parameters
- errorCode: number
Optionalimage: PixelMap
Returns void
截图结果回调