Class JoinTeamsCallOptions
- Object
-
- CallOptions
-
- JoinTeamsCallOptions
-
public final class JoinTeamsCallOptions extends CallOptions
Options to be passed when joining a Teams call
-
-
Constructor Summary
Constructors Constructor Description JoinTeamsCallOptions()
Default constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JoinTeamsCallOptions
setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when joining or accepting a callJoinTeamsCallOptions
setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call startJoinTeamsCallOptions
setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when joining or accepting a callJoinTeamsCallOptions
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 JoinTeamsCallOptions 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 JoinTeamsCallOptions 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 JoinTeamsCallOptions setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when joining or accepting a call- Overrides:
setIncomingAudioOptions
in classCallOptions
- Parameters:
value
- The new value.
-
setOutgoingAudioOptions
public JoinTeamsCallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when joining or accepting a call- Overrides:
setOutgoingAudioOptions
in classCallOptions
- Parameters:
value
- The new value.
-
-