Skip to main content

call-manager-mute-disabled-v1

Event emitted when the audio input is unmuted at the provider level (applies to all calls).

Emitter

  • Call Manager (call-manager)

Listener

Applications consuming call lifecycle events

Event dictionary

The event dictionary can be browsed here: call-manager-mute-disabled-v1

Payloads

Payload v1.0.0

Payload schema:

const MuteDisabledPayloadSchema = z.object({
schemaVersion: z.literal("1.0.0"),
});

Payload example:

const payload = {
schemaVersion: "1.0.0",
}