Class VideoOptions
- Object
-
- VideoOptions
-
@Deprecated public final class VideoOptions extends Object
Deprecated.Use getIncomingVideoOptions() and getOutgoingVideoOptions() insteadProperty 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
-
-
-
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 classObject
-
getLocalVideoStreams
public List<LocalVideoStream> getLocalVideoStreams()
Deprecated.Gets the video stream that is used to render the video on the UI surface
-
-