IncomingVideoOptions Class

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

public class IncomingVideoOptions

Hold properties that configure incoming video streams

Constructor Summary

Constructor Description
IncomingVideoOptions()

Default constructor

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.

VideoStreamType getStreamType()

Get or set the Incoming Video Stream that should be provided

IncomingVideoOptions setStreamType(VideoStreamType value)

Get or set the Incoming Video Stream that should be provided

Constructor Details

IncomingVideoOptions

public IncomingVideoOptions()

Default constructor

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.

getStreamType

public VideoStreamType getStreamType()

Get or set the Incoming Video Stream that should be provided

setStreamType

public IncomingVideoOptions setStreamType(VideoStreamType value)

Get or set the Incoming Video Stream that should be provided

Parameters:

value - The new value.

Applies to