onVideoSnapshotCompleted property

OnVideoSnapshotCompleted? onVideoSnapshotCompleted
getter/setter pair

Notification of user's video snapshot completed

Parameter succeed Succeed to write the image.

Parameter userId The userId of snapshot source

Parameter filename The snapshot image full path with name.

用户视频快照完成通知

Parameter succeed 是否成功写入文件

Parameter userId 快照所属的用户ID

Parameter filename 快照文件完整路径

Implementation

OnVideoSnapshotCompleted? onVideoSnapshotCompleted;