Skip to content

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.

optional codecs?: ContentCodecs

Custom content codecs registered with the client.

ContentCodecs extends ContentCodec[] = []