Interface IVideoEncoderCompletion


public interface IVideoEncoderCompletion
Interface defining callback object for receiving recorded video
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    onVideoRecorded(String sessionId, File file)
    Method called when session completed and video file is available
  • Method Details

    • onVideoRecorded

      void onVideoRecorded(String sessionId, File file)
      Method called when session completed and video file is available
      Parameters:
      sessionId - guid of session
      file - video file