Condividi tramite


SpotlightChangedListener type

Callback per l'evento 'spotlightChanged' di CallAdapterSubscribers .

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