AcceptCallOptions Class
- java.
lang. Object - CallOptions
- com.
azure. android. communication. calling. AcceptCallOptions
- com.
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 |
---|---|
Video |
getVideoOptions()
Video options when placing a call |
Accept |
setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when accepting a call |
Accept |
setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call start |
Accept |
setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when accepting a call |
Accept |
setOutgoingVideoOptions(OutgoingVideoOptions value)
Set or set the OutgoingVideoOptions that should be taken in count once the call start |
Accept |
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:
setIncomingVideoOptions
public AcceptCallOptions setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call start
Parameters:
setOutgoingAudioOptions
public AcceptCallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when accepting a call
Parameters:
setOutgoingVideoOptions
public AcceptCallOptions setOutgoingVideoOptions(OutgoingVideoOptions value)
Set or set the OutgoingVideoOptions that should be taken in count once the call start
Parameters:
setVideoOptions
public AcceptCallOptions setVideoOptions(VideoOptions value)
Video options when placing a call
Parameters: