public static class AgoraRtcService.RtcServiceOptions
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
int |
areaCode
area code for regional restriction, Supported areas refer to class AreaCode
and bit operations for multiple regions are supported
|
boolean |
domainLimit
Determines whether to enable domain limit.
|
java.lang.String |
licenseValue
license value return when license actived, the max license_value length is 32
Supported character scopes are:
- The 26 lowercase English letters: a to z
- The 26 uppercase English letters: A to Z
- The 10 numbers: 0 to 9
|
AgoraRtcService.LogConfig |
logCfg
sdk log config
|
java.lang.String |
productId
the product_id (device name) the max product_id_length is 63
|
Constructor and Description |
---|
RtcServiceOptions() |
public int areaCode
public java.lang.String productId
public AgoraRtcService.LogConfig logCfg
public java.lang.String licenseValue
public boolean domainLimit