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