Megosztás a következőn keresztül:


ParticipantsButtonSelector type

A ParticipantsButton összetevő választótípusa.

type ParticipantsButtonSelector = (
  state: CallClientState,
  props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }