JoinCallOptions Class
- java.
lang. Object - CallOptions
- com.
azure. android. communication. calling. JoinCallOptions
- com.
public class JoinCallOptions extends CallOptions
Options to be passed when joining a call
Constructor Summary
Constructor | Description |
---|---|
JoinCallOptions() |
Creates a new instance with a default configuration |
Method Summary
Modifier and Type | Method and Description |
---|---|
Audio |
getAudioOptions()
Audio options when joining a call |
Video |
getVideoOptions()
Video options when joining a call. When both OutgoingVideoOptions and VideoOptions are specified both options will be merged. |
Join |
setAudioOptions(AudioOptions value)
Audio options when joining a call |
Join |
setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when accepting a call |
Join |
setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call start |
Join |
setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when accepting a call |
Join |
setOutgoingVideoOptions(OutgoingVideoOptions value)
Set or set the OutgoingVideoOptions that should be taken in count once the call start |
Join |
setVideoOptions(VideoOptions value)
Video options when joining a call. When both OutgoingVideoOptions and VideoOptions are specified both options will be merged. |
Inherited Members
Constructor Details
JoinCallOptions
public JoinCallOptions()
Creates a new instance with a default configuration
Method Details
getAudioOptions
public AudioOptions getAudioOptions()
Audio options when joining a call
getVideoOptions
public VideoOptions getVideoOptions()
Video options when joining a call. When both OutgoingVideoOptions and VideoOptions are specified both options will be merged.
setAudioOptions
public JoinCallOptions setAudioOptions(AudioOptions value)
Audio options when joining a call
Parameters:
setIncomingAudioOptions
public JoinCallOptions setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when accepting a call
Parameters:
setIncomingVideoOptions
public JoinCallOptions setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call start
Parameters:
setOutgoingAudioOptions
public JoinCallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when accepting a call
Parameters:
setOutgoingVideoOptions
public JoinCallOptions setOutgoingVideoOptions(OutgoingVideoOptions value)
Set or set the OutgoingVideoOptions that should be taken in count once the call start
Parameters:
setVideoOptions
public JoinCallOptions setVideoOptions(VideoOptions value)
Video options when joining a call. When both OutgoingVideoOptions and VideoOptions are specified both options will be merged.
Parameters: