MCPcopy Create free account
hub / github.com/FxEmbed/FxEmbed / getVideoTranscodeDomain

Function getVideoTranscodeDomain

src/helpers/transcode.ts:7–8  ·  view source on GitHub ↗
(twitterId: string)

Source from the content-addressed store, hash-verified

5} from '@fxembed/atmosphere/helpers';
6
7export const getVideoTranscodeDomain = (twitterId: string) =>
8 getVideoTranscodeDomainCore(twitterId, Constants.VIDEO_TRANSCODE_DOMAIN_LIST);
9
10export const getVideoTranscodeDomainBluesky = (blueskyDid: string) =>
11 getVideoTranscodeDomainBlueskyCore(blueskyDid, Constants.VIDEO_TRANSCODE_BSKY_DOMAIN_LIST);

Callers 3

renderVideoFunction · 0.90
generateStatusMediaFunction · 0.90
handleStatusFunction · 0.90

Calls

no outgoing calls

Tested by

no test coverage detected