CallOptions Class
- java.
lang. Object - com.
azure. android. communication. calling. CallOptions
- com.
public class CallOptions
Holds options for video an audio
Method Summary
Modifier and Type | Method and Description |
---|---|
void |
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object. |
Incoming |
getIncomingAudioOptions()
Incoming Audio options when accepting a call |
Incoming |
getIncomingVideoOptions()
Set or set the IncomingVideoOptions that should be taken in count once the call start |
Outgoing |
getOutgoingAudioOptions()
Outgoing Audio options when accepting a call |
Outgoing |
getOutgoingVideoOptions()
Set or set the OutgoingVideoOptions that should be taken in count once the call start |
Call |
setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when accepting a call |
Call |
setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call start |
Call |
setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when accepting a call |
Call |
setOutgoingVideoOptions(OutgoingVideoOptions value)
Set or set the OutgoingVideoOptions that should be taken in count once the call start |
Method Details
finalize
protected void finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.
getIncomingAudioOptions
public IncomingAudioOptions getIncomingAudioOptions()
Incoming Audio options when accepting a call
getIncomingVideoOptions
public IncomingVideoOptions getIncomingVideoOptions()
Set or set the IncomingVideoOptions that should be taken in count once the call start
getOutgoingAudioOptions
public OutgoingAudioOptions getOutgoingAudioOptions()
Outgoing Audio options when accepting a call
getOutgoingVideoOptions
public OutgoingVideoOptions getOutgoingVideoOptions()
Set or set the OutgoingVideoOptions that should be taken in count once the call start
setIncomingAudioOptions
public CallOptions setIncomingAudioOptions(IncomingAudioOptions value)
Incoming Audio options when accepting a call
Parameters:
setIncomingVideoOptions
public CallOptions setIncomingVideoOptions(IncomingVideoOptions value)
Set or set the IncomingVideoOptions that should be taken in count once the call start
Parameters:
setOutgoingAudioOptions
public CallOptions setOutgoingAudioOptions(OutgoingAudioOptions value)
Outgoing Audio options when accepting a call
Parameters:
setOutgoingVideoOptions
public CallOptions setOutgoingVideoOptions(OutgoingVideoOptions value)
Set or set the OutgoingVideoOptions that should be taken in count once the call start
Parameters: