CallOptions Class

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

public class CallOptions

Holds options for video an audio

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.

IncomingAudioOptions getIncomingAudioOptions()

Incoming Audio options when accepting a call

IncomingVideoOptions getIncomingVideoOptions()

Set or set the IncomingVideoOptions that should be taken in count once the call start

OutgoingAudioOptions getOutgoingAudioOptions()

Outgoing Audio options when accepting a call

OutgoingVideoOptions getOutgoingVideoOptions()

Set or set the OutgoingVideoOptions that should be taken in count once the call start

CallOptions setIncomingAudioOptions(IncomingAudioOptions value)

Incoming Audio options when accepting a call

CallOptions setIncomingVideoOptions(IncomingVideoOptions value)

Set or set the IncomingVideoOptions that should be taken in count once the call start

CallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)

Outgoing Audio options when accepting a call

CallOptions setOutgoingVideoOptions(OutgoingVideoOptions value)

Set or set the OutgoingVideoOptions that should be taken in count once the call start

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.

getIncomingAudioOptions

public IncomingAudioOptions getIncomingAudioOptions()

Incoming Audio options when accepting a call

getIncomingVideoOptions

public IncomingVideoOptions getIncomingVideoOptions()

Set or set the IncomingVideoOptions that should be taken in count once the call start

getOutgoingAudioOptions

public OutgoingAudioOptions getOutgoingAudioOptions()

Outgoing Audio options when accepting a call

getOutgoingVideoOptions

public OutgoingVideoOptions getOutgoingVideoOptions()

Set or set the OutgoingVideoOptions that should be taken in count once the call start

setIncomingAudioOptions

public CallOptions setIncomingAudioOptions(IncomingAudioOptions value)

Incoming Audio options when accepting a call

Parameters:

value - The new value.

setIncomingVideoOptions

public CallOptions setIncomingVideoOptions(IncomingVideoOptions value)

Set or set the IncomingVideoOptions that should be taken in count once the call start

Parameters:

value - The new value.

setOutgoingAudioOptions

public CallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)

Outgoing Audio options when accepting a call

Parameters:

value - The new value.

setOutgoingVideoOptions

public CallOptions setOutgoingVideoOptions(OutgoingVideoOptions value)

Set or set the OutgoingVideoOptions that should be taken in count once the call start

Parameters:

value - The new value.

Applies to