ParticipantsButtonSelector type
ParticipantsButton 组件的选择器类型。
type ParticipantsButtonSelector = (
state: CallClientState,
props: CallingBaseSelectorProps
) => { myUserId: string; participants: CallParticipantListParticipant[] }