TrackMetadata: {
displayName?: string;
paused: boolean;
type: "camera" | "microphone" | "screenShareVideo" | "screenShareAudio";
}
Type declaration
Optional
displayName?: string
paused: boolean
type: "camera" | "microphone" | "screenShareVideo" | "screenShareAudio"