Type alias ParticipantAVSMutedEvent

ParticipantAVSMutedEvent: InternalMessage & {
    userId: UserId;
    value: boolean;
}

Type declaration