AgentCreateOptions
AgentCreateOptions<
ContentCodecs> =Omit<ClientOptions&NetworkOptions,"codecs"> &object
Defined in: sdks/js/agent-sdk/src/core/Agent.ts:166
Client options used by Agent.create; appVersion and device sync have defaults.
Type Declaration
Section titled “Type Declaration”codecs?
Section titled “codecs?”
optionalcodecs?:ContentCodecs
Custom content codecs registered with the client.
Type Parameters
Section titled “Type Parameters”ContentCodecs
Section titled “ContentCodecs”ContentCodecs extends ContentCodec[] = []

