Skip to content

setGroupCallParticipantIsSpeaking

Function · TDLib 1.8.67 · d1085f9c

Informs TDLib that speaking state of a participant of an active group call has changed. Returns identifier of the participant if it is found

setGroupCallParticipantIsSpeaking(
  group_call_id: int32,
  audio_source: int32,
  is_speaking: Bool
) → MessageSender

group_call_id

int32

Group call identifier

audio_source

int32

Group call participant's synchronization audio source identifier, or 0 for the current user

is_speaking

Bool

Pass true if the user is speaking