SpotlightChangedListener type
CallAdapterSubscribers 'spotlightChanged' 事件的回調。
type SpotlightChangedListener = (args: {
added: SpotlightedParticipant[]
removed: SpotlightedParticipant[]
}) => void
CallAdapterSubscribers 'spotlightChanged' 事件的回調。
type SpotlightChangedListener = (args: {
added: SpotlightedParticipant[]
removed: SpotlightedParticipant[]
}) => void