ParticipantListSelector type
A ParticipantList összetevő választótípusa.
type ParticipantListSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }