interface TrackInfo {
    hasAudio: boolean;
    hasVideo: boolean;
}

Properties

Properties

hasAudio: boolean
hasVideo: boolean