syncWithLocalMic property

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

Whether the mxied audio stream uses the timestamp of the audio frames captured by the local microphone. true : (Default) Yes. Set to this value if you want all locally captured audio streams synchronized. false : No. The SDK uses the timestamp of the audio frames at the time when they are mixed.

Implementation

@JsonKey(name: 'syncWithLocalMic')
final bool? syncWithLocalMic;