trackId property

  1. @JsonKey(name: 'trackId')
int? trackId
final

The audio track ID. Set this parameter to the custom audio track ID returned in createCustomAudioTrack. Set this parameter if the source type of the locally mixed audio steams is audioSourceCustom.

Implementation

@JsonKey(name: 'trackId')
final int? trackId;