Create a new instance of the class and set options.
Optional
options: IrisOptionsThe setup config object
Get the parameters object.
Connect a media or audio element to the IRIS node.
The setup config object.
The node leg to connect to.
streamDest - The media stream destiantion node.
Connect the receive stream (usually microphone) to the processing chain.
A media stream (usually/presumably webrtc endpoint).
processedStream - The processed media stream.
Connect the send stream (usually microphone) to the processing chain.
A media stream (usually/presumably microphone).
streamDest - The processed media stream.
Cross fade between processed and unprocessed streams.
mix value between 0 and 1.
send or receive?
Set parameter of a processor in the audio worklet.
the unique ID of the created IRIS audio context.
the unique ID of the processor parameter.
the new value
The class to create a new instance of the IrisSetup to interface with the IRIS Wed SDK.
Example