Class AcceptTeamsCallOptions
- Object
-
- CallOptions
-
- AcceptTeamsCallOptions
-
public final class AcceptTeamsCallOptions extends CallOptions
Options to be passed when accepting a Teams call
-
-
Constructor Summary
Constructors Constructor Description AcceptTeamsCallOptions()
Creates a new instance with a default configuration
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AcceptTeamsCallOptions
setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when joining or accepting a callAcceptTeamsCallOptions
setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call startAcceptTeamsCallOptions
setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when joining or accepting a callAcceptTeamsCallOptions
setOutgoingVideoOptions(OutgoingVideoOptions value)
Set or set the OutgoingVideoOptions that should be taken in count once the call start-
Methods inherited from class CallOptions
finalize, getIncomingAudioOptions, getIncomingVideoOptions, getOutgoingAudioOptions, getOutgoingVideoOptions
-
-
-
-
Method Detail
-
setIncomingVideoOptions
public AcceptTeamsCallOptions setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call start- Overrides:
setIncomingVideoOptions
in classCallOptions
- Parameters:
value
- The new value.
-
setOutgoingVideoOptions
public AcceptTeamsCallOptions setOutgoingVideoOptions(OutgoingVideoOptions value)
Set or set the OutgoingVideoOptions that should be taken in count once the call start- Overrides:
setOutgoingVideoOptions
in classCallOptions
- Parameters:
value
- The new value.
-
setIncomingAudioOptions
public AcceptTeamsCallOptions setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when joining or accepting a call- Overrides:
setIncomingAudioOptions
in classCallOptions
- Parameters:
value
- The new value.
-
setOutgoingAudioOptions
public AcceptTeamsCallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when joining or accepting a call- Overrides:
setOutgoingAudioOptions
in classCallOptions
- Parameters:
value
- The new value.
-
-