syncStreams property

  1. @JsonKey(name: 'sync_streams')
bool? syncStreams
final

Improves A/V sync when playout delay set to a value larger than 200ms. It will disable transceiver re-use so not recommended for rooms with frequent subscription changes.

Implementation

@JsonKey(name: 'sync_streams')
final bool? syncStreams;