Class CallClientOptions
- Object
-
- CallClientOptions
-
public final class CallClientOptions extends Object
Options to be passed when creating a call client
-
-
Constructor Summary
Constructors Constructor Description CallClientOptions()
Creates a new instance with a default configuration for the call client
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
finalize()
Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.CallDiagnosticsOptions
getDiagnostics()
Call Diagnostics options when creating a call clientCallNetworkOptions
getNetwork()
Call network options when creating a call clientCallClientOptions
setDiagnostics(CallDiagnosticsOptions value)
Call Diagnostics options when creating a call clientCallClientOptions
setNetwork(CallNetworkOptions value)
Call network options when creating a call client
-
-
-
Method Detail
-
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.- Overrides:
finalize
in classObject
-
getDiagnostics
public CallDiagnosticsOptions getDiagnostics()
Call Diagnostics options when creating a call client
-
setDiagnostics
public CallClientOptions setDiagnostics(CallDiagnosticsOptions value)
Call Diagnostics options when creating a call client- Parameters:
value
- The new value.
-
getNetwork
public CallNetworkOptions getNetwork()
Call network options when creating a call client
-
setNetwork
public CallClientOptions setNetwork(CallNetworkOptions value)
Call network options when creating a call client- Parameters:
value
- The new value.
-
-