Interface IVideoEncoderCompletion
public interface IVideoEncoderCompletion
Interface defining callback object for receiving recorded video
-
Method Summary
Modifier and TypeMethodDescriptionvoidonVideoRecorded(String sessionId, File file) Method called when session completed and video file is available
-
Method Details
-
onVideoRecorded
Method called when session completed and video file is available- Parameters:
sessionId- guid of sessionfile- video file
-