OutgoingVideoOptions Class

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

public class OutgoingVideoOptions

Hold properties that configure OutgoingVideoStreams

Constructor Summary

Constructor Description
OutgoingVideoOptions()

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.

List<OutgoingVideoStream> getStreams()

Get or set the OutgoingVideoStreams should start once the call start

OutgoingVideoOptions setOutgoingVideoStreams(Iterable<OutgoingVideoStream> outgoingVideoStreams)

Set outgoing video streams for the call.

Constructor Details

OutgoingVideoOptions

public OutgoingVideoOptions()

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.

getStreams

public List getStreams()

Get or set the OutgoingVideoStreams should start once the call start

setOutgoingVideoStreams

public OutgoingVideoOptions setOutgoingVideoStreams(Iterable outgoingVideoStreams)

Set outgoing video streams for the call.

Parameters:

outgoingVideoStreams - List of outgoing video streams.

Applies to