codecLevels property

  1. @JsonKey.new(name: 'codecLevels')
CodecCapLevels? codecLevels
final

SDK 支持的编解码能力等级。详见 CodecCapLevels 。

Implementation

@JsonKey(name: 'codecLevels')
final CodecCapLevels? codecLevels;