CallAgentOptions Class

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

public class CallAgentOptions

Options for creating CallAgent

Constructor Summary

Constructor Description
CallAgentOptions()

Creates a new instance with a default options

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.

String getDisplayName()

Specify the display name of the local participant for all new calls

EmergencyCallOptions getEmergencyCallOptions()

Emergency call options when creating a call agent

CallAgentOptions setDisplayName(String value)

Specify the display name of the local participant for all new calls

CallAgentOptions setEmergencyCallOptions(EmergencyCallOptions value)

Emergency call options when creating a call agent

Constructor Details

CallAgentOptions

public CallAgentOptions()

Creates a new instance with a default options

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.

getDisplayName

public String getDisplayName()

Specify the display name of the local participant for all new calls

getEmergencyCallOptions

public EmergencyCallOptions getEmergencyCallOptions()

Emergency call options when creating a call agent

setDisplayName

public CallAgentOptions setDisplayName(String value)

Specify the display name of the local participant for all new calls

Parameters:

value - The new value.

setEmergencyCallOptions

public CallAgentOptions setEmergencyCallOptions(EmergencyCallOptions value)

Emergency call options when creating a call agent

Parameters:

value - The new value.

Applies to