Class VideoOptions


  • @Deprecated
    public final class VideoOptions
    extends Object
    Deprecated.
    Use getIncomingVideoOptions() and getOutgoingVideoOptions() instead
    Property bag class for Video Options. Use this class to set video options required during a call (start/accept/join)
    • Constructor Summary

      Constructors 
      Constructor Description
      VideoOptions​(LocalVideoStream[] localVideoStreams)
      Deprecated.
      Receives an array of OutgoingVideoStream's that will be added to the call once it start's.
    • Method Summary

      All Methods Instance Methods Concrete Methods Deprecated Methods 
      Modifier and Type Method Description
      protected void finalize()
      Deprecated.
      Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
      List<LocalVideoStream> getLocalVideoStreams()
      Deprecated.
      Gets the video stream that is used to render the video on the UI surface
      • Methods inherited from class Object

        clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VideoOptions

        public VideoOptions​(LocalVideoStream[] localVideoStreams)
        Deprecated.
        Receives an array of OutgoingVideoStream's that will be added to the call once it start's.
        Parameters:
        localVideoStreams -
    • Method Detail

      • finalize

        protected void finalize()
        Deprecated.
        Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
        Overrides:
        finalize in class Object
      • getLocalVideoStreams

        public List<LocalVideoStream> getLocalVideoStreams()
        Deprecated.
        Gets the video stream that is used to render the video on the UI surface