import { useGdm } from '@towns-protocol/react-sdk'
function useGdm( streamId: string, config?: ObservableConfig.FromData<GdmModel>, ): ObservableValue<GdmModel>
string
ObservableConfig.FromData<GdmModel>
ObservableValue<GdmModel>
Was this page helpful?