EmergencyCallOptions Class
- java.
lang. Object - com.
azure. android. communication. calling. EmergencyCallOptions
- com.
public class EmergencyCallOptions
Options for emergency call of call agent
Constructor Summary
Constructor | Description |
---|---|
EmergencyCallOptions() |
Creates a new instance with a default configuration for emergency call 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 |
getCountryCode()
Specify the ISO 3166-1 alpha-2 emergency country code of the local participant for emergency calls |
Emergency |
setCountryCode(String value)
Specify the ISO 3166-1 alpha-2 emergency country code of the local participant for emergency calls |
Constructor Details
EmergencyCallOptions
public EmergencyCallOptions()
Creates a new instance with a default configuration for emergency call 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.
getCountryCode
public String getCountryCode()
Specify the ISO 3166-1 alpha-2 emergency country code of the local participant for emergency calls
setCountryCode
public EmergencyCallOptions setCountryCode(String value)
Specify the ISO 3166-1 alpha-2 emergency country code of the local participant for emergency calls
Parameters: