lowLatency property Null safety

bool? lowLatency
@JsonKey(includeIfNull: false), read / write

Deprecated 已废弃。Agora 不推荐使用。

  • true: 低延时,不保证画质。
  • false:(默认值)高延时,保证画质。

Implementation

@deprecated
@JsonKey(includeIfNull: false)
bool? lowLatency;