ParticipantsButtonSelector type
ParticipantsButton 元件的選取器類型。
type ParticipantsButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }