次の方法で共有


ChatInitializedListener type

'chatInitialized' イベントのコールバック <xref:CallWithChatAdapterSubscribers> 。

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