OutgoingVideoOptions Class
- java.
lang. Object - com.
azure. android. communication. calling. OutgoingVideoOptions
- com.
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<Outgoing |
getStreams()
Get or set the OutgoingVideoStreams should start once the call start |
Outgoing |
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
Get or set the OutgoingVideoStreams should start once the call start
setOutgoingVideoStreams
public OutgoingVideoOptions setOutgoingVideoStreams(Iterable
Set outgoing video streams for the call.
Parameters: