共用方式為


SpotlightChangedListener type

CallAdapterSubscribers 'spotlightChanged' 事件的回調。

type SpotlightChangedListener = (args: {
  added: SpotlightedParticipant[]
  removed: SpotlightedParticipant[]
}) => void