rtcRegion property

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

The voice region ID for the voice channel

Implementation

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