feat: add 'screenshare' to MediaMode union for screen-share audio recording
Prepares the media type system to distinguish screenshare audio SSRCs from mic voice SSRCs once the hookScreenShareAudio capture logic is wired in.
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
import type { Readable } from "node:stream";
|
import type { Readable } from "node:stream";
|
||||||
import type { StreamType } from "@discordjs/voice";
|
import type { StreamType } from "@discordjs/voice";
|
||||||
|
|
||||||
export type MediaMode = "music";
|
export type MediaMode = "music" | "screenshare";
|
||||||
export type MediaSourceKind =
|
export type MediaSourceKind =
|
||||||
| "url"
|
| "url"
|
||||||
| "local"
|
| "local"
|
||||||
|
|||||||
Reference in New Issue
Block a user