/** * The media track kind. Can be either 'audio' or 'video'. * @category Media Stream */ export type MediaTrackKind = 'audio' | 'video';