areaCode property

  1. @JsonKey(includeIfNull: false, toJson: _$AreaCodeListToJson)
List<AreaCode>? areaCode
getter/setter pair

The region for connection. This is an advanced feature and applies to scenarios that have regional restrictions. After specifying the region, the SDK connects to the Agora servers within that region.

Implementation

@JsonKey(includeIfNull: false, toJson: _$AreaCodeListToJson)
List<AreaCode>? areaCode;