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 AcceptTeamsCallOptionssetIncomingAudioOptions(IncomingAudioOptions value)Incoming Audio options when joining or accepting a callAcceptTeamsCallOptionssetIncomingVideoOptions(IncomingVideoOptions value)Set or set the IncomingVideoOptions that should be taken in count once the call startAcceptTeamsCallOptionssetOutgoingAudioOptions(OutgoingAudioOptions value)Outgoing Audio options when joining or accepting a callAcceptTeamsCallOptionssetOutgoingVideoOptions(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:
setIncomingVideoOptionsin 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:
setOutgoingVideoOptionsin classCallOptions- Parameters:
value- The new value.
-
setIncomingAudioOptions
public AcceptTeamsCallOptions setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when joining or accepting a call- Overrides:
setIncomingAudioOptionsin classCallOptions- Parameters:
value- The new value.
-
setOutgoingAudioOptions
public AcceptTeamsCallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when joining or accepting a call- Overrides:
setOutgoingAudioOptionsin classCallOptions- Parameters:
value- The new value.
-
-