Aracılığıyla paylaş


SpotlightChangedListener type

CallAdapterSubscribers 'spotlightChanged' olayı için geri arama.

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