rtcRegion property

  1. @JsonKey.new(includeIfNull: false, name: 'rtc_region')
String? rtcRegion
final

Voice region ID for the voice channel (1-64 characters)

Implementation

@JsonKey(includeIfNull: false, name: 'rtc_region')
final String? rtcRegion;