SpotlightChangedListener type
Callback für das 'spotlightChanged'-Ereignis von CallAdapterSubscribers .
type SpotlightChangedListener = (args: {
added: SpotlightedParticipant[]
removed: SpotlightedParticipant[]
}) => void