import { CtsAudioStream } from "./CtsAudioStream"; /** * Audio information */ export interface CtsAudioInfo { /** * Audio streams keyed by stream id. A null value is the opt-in marker telling the service * the stream is continuation-capable (the stream is opted in with "":null). */ streams?: Record; }