audioDelayMs property
Delay (in milliseconds) for sending audio frames. You can use this parameter to set the delay of the audio frames that need to be sent, to ensure audio and video synchronization. To switch off the delay, set the value to 0.
Implementation
@JsonKey(name: 'audioDelayMs')
final int? audioDelayMs;