Skip to content

toggleGroupCallParticipantIsMuted

Function · TDLib 1.8.67 · d1085f9c

Toggles whether a participant of an active group call is muted, unmuted, or allowed to unmute themselves; not supported for live stories

toggleGroupCallParticipantIsMuted(
  group_call_id: int32,
  participant_id: MessageSender,
  is_muted: Bool
) → Ok

group_call_id

int32

Group call identifier

participant_id

MessageSender

Participant identifier

is_muted

Bool

Pass true to mute the user; pass false to unmute them