Type Alias: DirectQueryProps#
DirectQueryProps =
object
DirectQueryProps defines all possible parameters that are passed down to Direct as URLSearchParams.
Properties#
accessToken?#
optionalaccessToken:string
The client JWT.
autoLaunch?#
optionalautoLaunch:boolean
Whether to play the stream automatically on connection.
Default Value#
true
cursor?#
optionalcursor:"free"|"hardware"|"software"
Default Value#
free
fps?#
optionalfps:number
Requested frames per second for stream render.
Default Value#
60
height?#
optionalheight:number
The stream resolution height of the rendering application.
Default Value#
1080
mediaPort?#
optionalmediaPort:number
The port number for the media server.
mediaServer?#
optionalmediaServer:string
URL of the media server to connect the streaming kit app to.
mic?#
optionalmic:boolean
Whether to enable a mic.
Default Value#
false
nucleus?#
optionalnucleus:string
URL of a Nucleus data server to connect the streaming kit app to.
server?#
optionalserver:string
URL of the streaming service server to connect to.
sessionId?#
optionalsessionId:string
Unique ID for the kit app streaming session. If no value is specified, a new session will be requested.
signalingPath?#
optionalsignalingPath:string
Path for resolving custom NVCF functions.
signalingPort?#
optionalsignalingPort:number
The port number for the signaling server.
Default Value#
48322
signalingQuery?#
optionalsignalingQuery:URLSearchParams
Search params for the signaling server. NOTE that we cannot type this as individual parameters because they will need to be re-definable by library users.
signalingServer?#
optionalsignalingServer:string
URL of the signaling server to connect to.
width?#
optionalwidth:number
The stream resolution width of the rendering application.
Default Value#
1920