MCPcopy
hub / github.com/signalapp/Signal-Desktop / GumTrackConstraints

Interface GumTrackConstraints

ts/calling/VideoSupport.preload.ts:23–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22// oxlint-disable-next-line typescript/consistent-type-definitions
23interface GumTrackConstraints extends MediaTrackConstraints {
24 mandatory?: GumTrackConstraintSet;
25}
26
27type GumTrackConstraintSet = {
28 chromeMediaSource: string;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected