AcceptCallOptions Class

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

public class AcceptCallOptions extends CallOptions

Options to be passed when accepting a call

Constructor Summary

Constructor Description
AcceptCallOptions()

Creates a new instance with a default configuration

Method Summary

Modifier and Type Method and Description
VideoOptions getVideoOptions()

Video options when placing a call

AcceptCallOptions setIncomingAudioOptions(IncomingAudioOptions value)

Incoming Audio options when accepting a call

AcceptCallOptions setIncomingVideoOptions(IncomingVideoOptions value)

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

AcceptCallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)

Outgoing Audio options when accepting a call

AcceptCallOptions setOutgoingVideoOptions(OutgoingVideoOptions value)

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

AcceptCallOptions setVideoOptions(VideoOptions value)

Video options when placing a call

Inherited Members

Constructor Details

AcceptCallOptions

public AcceptCallOptions()

Creates a new instance with a default configuration

Method Details

getVideoOptions

public VideoOptions getVideoOptions()

Video options when placing a call

setIncomingAudioOptions

public AcceptCallOptions setIncomingAudioOptions(IncomingAudioOptions value)

Incoming Audio options when accepting a call

Parameters:

value - The new value.

setIncomingVideoOptions

public AcceptCallOptions 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 AcceptCallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)

Outgoing Audio options when accepting a call

Parameters:

value - The new value.

setOutgoingVideoOptions

public AcceptCallOptions setOutgoingVideoOptions(OutgoingVideoOptions value)

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

Parameters:

value - The new value.

setVideoOptions

public AcceptCallOptions setVideoOptions(VideoOptions value)

Video options when placing a call

Parameters:

value - The new value.

Applies to