Interface IVideoEncoderCompletion
public interface IVideoEncoderCompletion
Interface defining callback object for receiving recorded video
-
Method Summary
Modifier and TypeMethodDescriptionvoid
onVideoRecorded
(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
-