Megosztás a következőn keresztül:


SpotlightChangedListener type

Visszahívás a CallAdapterSubscribers "spotlightChanged" eseményhez.

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