Share via


ChatInitializedListener type

Callback for <xref:CallWithChatAdapterSubscribers> 'chatInitialized' event.

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