Package 

Interface ZoomCCVideoService

    • Nested Class Summary

      Nested Classes 
      Modifier and Type Class Description
    • Field Summary

      Fields 
      Modifier and Type Field Description
    • Constructor Summary

      Constructors 
      Constructor Description
    • Enum Constant Summary

      Enum Constants 
      Enum Constant Description
    • Constructor Detail

    • Method Detail

      • endVideo

         abstract Integer endVideo()

        End video.

      • setVideoPreviewOption

         abstract Unit setVideoPreviewOption(VideoPreviewOption option)

        Enable or disable video preview dialog and turn the camera on or off when entering the video call.

        Parameters:
        option - Use the video preview option to enable or disable the video preview dialog.
      • setAutoJoinWhenVideoCreated

         abstract Unit setAutoJoinWhenVideoCreated(Boolean enable)

        Enable or disable auto-join when creating a video call.

        Parameters:
        enable - If true, alert dialog will be disabled and a user will enter the video call automatically.
      • setUseBackwardFacingCameraByDefault

         abstract Unit setUseBackwardFacingCameraByDefault(Boolean enable)

        Enable or disable using the backward facing camera by default when creating a video call.

        Parameters:
        enable - If true, the backward facing camera will be used when entering the video call instead of front facing camera.