Class StartTeamsCallOptions
- Object
-
- CallOptions
-
- StartTeamsCallOptions
-
public final class StartTeamsCallOptions extends CallOptions
Options to be passed when starting a teams call
-
-
Constructor Summary
Constructors Constructor Description StartTeamsCallOptions()Creates a new instance
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StartTeamsCallOptionssetIncomingAudioOptions(IncomingAudioOptions value)Incoming Audio options when joining or accepting a callStartTeamsCallOptionssetIncomingVideoOptions(IncomingVideoOptions value)Set or set the IncomingVideoOptions that should be taken in count once the call startStartTeamsCallOptionssetOutgoingAudioOptions(OutgoingAudioOptions value)Outgoing Audio options when joining or accepting a callStartTeamsCallOptionssetOutgoingVideoOptions(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 StartTeamsCallOptions 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 StartTeamsCallOptions 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 StartTeamsCallOptions setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when joining or accepting a call- Overrides:
setIncomingAudioOptionsin classCallOptions- Parameters:
value- The new value.
-
setOutgoingAudioOptions
public StartTeamsCallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when joining or accepting a call- Overrides:
setOutgoingAudioOptionsin classCallOptions- Parameters:
value- The new value.
-
-