publishCustomAudioTrackId property

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

The ID of the custom audio track to be published. The default value is 0. You can obtain the custom audio track ID through the createCustomAudioTrack method.

Implementation

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