VideoOptions Class

  • java.lang.Object
    • com.azure.android.communication.calling.VideoOptions

public class VideoOptions

Property bag class for Video Options. Use this class to set video options required during a call (start/accept/join)

Constructor Summary

Constructor Description
VideoOptions(LocalVideoStream[] localVideoStreams)

Receives an array of OutgoingVideoStream's that will be added to the call once it start's.

Method Summary

Modifier and Type Method and Description
void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

List<LocalVideoStream> getLocalVideoStreams()

Gets the video stream that is used to render the video on the UI surface

Constructor Details

VideoOptions

public VideoOptions(LocalVideoStream[] localVideoStreams)

Receives an array of OutgoingVideoStream's that will be added to the call once it start's.

Parameters:

localVideoStreams

Method Details

finalize

protected void finalize()

Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.

getLocalVideoStreams

public List getLocalVideoStreams()

Gets the video stream that is used to render the video on the UI surface

Applies to