다음을 통해 공유


SpotlightChangedListener type

CallAdapterSubscribers 'spotlightChanged' 이벤트에 대한 콜백입니다.

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