CallClientOptions Class

  • java.lang.Object
    • com.azure.android.communication.calling.CallClientOptions

public class CallClientOptions

Options to be passed when creating a call client

Constructor Summary

Constructor Description
CallClientOptions()

Creates a new instance with a default configuration for the call client

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.

CallDiagnosticsOptions getDiagnostics()

Call Diagnostics options when creating a call client

CallNetworkOptions getNetwork()

Call network options when creating a call client

CallClientOptions setDiagnostics(CallDiagnosticsOptions value)

Call Diagnostics options when creating a call client

CallClientOptions setNetwork(CallNetworkOptions value)

Call network options when creating a call client

Constructor Details

CallClientOptions

public CallClientOptions()

Creates a new instance with a default configuration for the call client

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.

getDiagnostics

public CallDiagnosticsOptions getDiagnostics()

Call Diagnostics options when creating a call client

getNetwork

public CallNetworkOptions getNetwork()

Call network 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.

setNetwork

public CallClientOptions setNetwork(CallNetworkOptions value)

Call network options when creating a call client

Parameters:

value - The new value.

Applies to