Interface: WebrtcIngestConfig
The config to use when instantiating the WebrtcIngest
Properties
authenticationToken
• Optional
authenticationToken: string
A JWT. Used together with channelId
to provide more advanced authorization.
channelId
• Optional
channelId: string
The unique channel id. Used together with the authenticationToken
for doing more
advanced channel authorizations.
debug
• Optional
debug: boolean
Debug mode. Advanced usage.
logLevel
• Optional
logLevel: Level
Log level. (Level.CRITICAL)
streamKey
• Optional
streamKey: string
The private stream key, used for regular stream authorization when broadcasting. Do not share.
Either use this or channelId
+ authenticationToken
combo for authorizing sending of streams.
targetType
• Optional
targetType: ProxyType
Use for overriding relay type. Advanced usage.
targetUrl
• Optional
targetUrl: string
Use for overriding where the stream is relayed to. Advanced usage.
url
• url: string
The host URL where to connect to: https://lb.cdn.vindral.com
for Vindral Live CDN.