Skip to main content

@dialstack/sdk-dev / webrtc/src / ConferenceSink

Interface: ConferenceSink

Defined in: sdk/webrtc/src/call.ts:97

The slice of a local conference a merged Call needs. Declared structurally here (rather than importing LocalConference) so the core has no dependency on the mixer — conference.ts imports Call, and the reverse import would make that a cycle.

Methods

setMuted()

TypeScript
setMuted(muted): void;

Defined in: sdk/webrtc/src/call.ts:99

Apply mute across the merged legs' mixed uplinks.

Parameters

muted

boolean

Returns

void

On this page