Interface ReplaceTrackOptions

interface ReplaceTrackOptions {
    stopProcessor?: boolean;
    userProvidedTrack?: boolean;
}

Properties

stopProcessor?: boolean
userProvidedTrack?: boolean