customVideoTrackId property

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

The video track ID returned by calling the createCustomVideoTrack method. The default value is 0.

Implementation

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