StartCallOptions Class
- java.
lang. Object - CallOptions
- com.
azure. android. communication. calling. StartCallOptions
- com.
public class StartCallOptions extends CallOptions
Options to be passed when starting a call
Constructor Summary
Constructor | Description |
---|---|
StartCallOptions() |
Creates a new instance with a default configuration |
Method Summary
Modifier and Type | Method and Description |
---|---|
com.azure.android.communication.common.PhoneNumberIdentifier |
getAlternateCallerId()
Get the alternate phone number of a remote participant |
Audio |
getAudioOptions()
Audio options when starting a call |
Video |
getVideoOptions()
Video options when placing a call |
Start |
setAlternateCallerId(com.azure.android.communication.common.PhoneNumberIdentifier alternatePhoneNumber)
Set an alternate phone number of a remote participant |
Start |
setAudioOptions(AudioOptions value)
Audio options when starting a call |
Start |
setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when accepting a call |
Start |
setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call start |
Start |
setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when accepting a call |
Start |
setOutgoingVideoOptions(OutgoingVideoOptions value)
Set or set the OutgoingVideoOptions that should be taken in count once the call start |
Start |
setVideoOptions(VideoOptions value)
Video options when placing a call |
Inherited Members
Constructor Details
StartCallOptions
public StartCallOptions()
Creates a new instance with a default configuration
Method Details
getAlternateCallerId
public com.azure.android.communication.common.PhoneNumberIdentifier getAlternateCallerId()
Get the alternate phone number of a remote participant
Returns:
getAudioOptions
public AudioOptions getAudioOptions()
Audio options when starting a call
getVideoOptions
public VideoOptions getVideoOptions()
Video options when placing a call
setAlternateCallerId
public StartCallOptions setAlternateCallerId(com.azure.android.communication.common.PhoneNumberIdentifier alternatePhoneNumber)
Set an alternate phone number of a remote participant
Parameters:
Returns:
setAudioOptions
public StartCallOptions setAudioOptions(AudioOptions value)
Audio options when starting a call
Parameters:
setIncomingAudioOptions
public StartCallOptions setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when accepting a call
Parameters:
setIncomingVideoOptions
public StartCallOptions setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call start
Parameters:
setOutgoingAudioOptions
public StartCallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when accepting a call
Parameters:
setOutgoingVideoOptions
public StartCallOptions setOutgoingVideoOptions(OutgoingVideoOptions value)
Set or set the OutgoingVideoOptions that should be taken in count once the call start
Parameters:
setVideoOptions
public StartCallOptions setVideoOptions(VideoOptions value)
Video options when placing a call
Parameters: