CallAgentOptions Class
- java.
lang. Object - com.
azure. android. communication. calling. CallAgentOptions
- com.
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 |
Emergency |
getEmergencyCallOptions()
Emergency call options when creating a call agent |
Call |
setDisplayName(String value)
Specify the display name of the local participant for all new calls |
Call |
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:
setEmergencyCallOptions
public CallAgentOptions setEmergencyCallOptions(EmergencyCallOptions value)
Emergency call options when creating a call agent
Parameters: