Class CallClientOptions
- Object
-
- CallClientOptions
-
public final class CallClientOptions extends ObjectOptions 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 voidfinalize()Called by the garbage collector on an object when garbage collection determines that there are no more references to the object.CallDiagnosticsOptionsgetDiagnostics()Call Diagnostics options when creating a call clientCallNetworkOptionsgetNetwork()Call network options when creating a call clientCallClientOptionssetDiagnostics(CallDiagnosticsOptions value)Call Diagnostics options when creating a call clientCallClientOptionssetNetwork(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:
finalizein 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.
-
-