Поделиться через


SpotlightChangedListener type

Обратный вызов для CallAdapterSubscribers событие 'spotlightChanged'.

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