Interface: PublisherOptions
Publisher configuration options.
Extends
Properties
authToken
authToken:
string
Authentication token.
Inherited from
channelId
channelId:
string
Channel ID to connect to
encodeQueueSize?
optionalencodeQueueSize:number
Encode queue size for flow control
logLevel?
optionallogLevel:"error"|"off"|"warn"|"info"|"debug"|"trace"
Sets the log level - defaults to info
reconnectHandler()?
optionalreconnectHandler: (state) =>boolean|Promise<boolean>
Callback to determine whether to reconnect. Return true to reconnect, false to stop.
Parameters
state
Returns
boolean | Promise<boolean>
Inherited from
telemetryEnabled?
optionaltelemetryEnabled:boolean
Enables telemetry reporting (default: true)
url
url:
string
MoQ server URL.