مشاركة عبر


SpotlightChangedListener type

معاودة الاتصال لحدث CallAdapterSubscribers 'spotlightChanged'.

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