다음을 통해 공유


ChatInitializedListener type

'chatInitialized' 이벤트에 대한 <xref:CallWithChatAdapterSubscribers> 콜백입니다.

type ChatInitializedListener = (event: { adapter: CallWithChatAdapter }) => void