areaCode property Null safety
@JsonKey(includeIfNull: false, toJson: _$AreaCodeListToJson), read / write
服务器的访问区域。该功能为高级设置,适用于有访问安全限制的场景。
支持的区域详见 AreaCode
。指定访问区域后,Agora SDK 会连接指定区域内的 Agora 服务器。
Implementation
@JsonKey(includeIfNull: false, toJson: _$AreaCodeListToJson)
List<AreaCode>? areaCode;