Class VideoStream

java.lang.Object
com.vonage.client.JsonableBaseObject
com.vonage.client.video.VideoStream
All Implemented Interfaces:
Jsonable

public class VideoStream extends JsonableBaseObject
  • Constructor Details

  • Method Details

    • getStreamId

      public UUID getStreamId()
      Gets the ID of the archive stream.
      Returns:
      The Stream ID.
    • hasAudio

      public Boolean hasAudio()
      Whether the recording has audio.
      Returns:
      true if the recording has sound.
    • hasVideo

      public Boolean hasVideo()
      Whether the recording has video.
      Returns:
      true if the recording has video.