Skip to main content

connect([options]) ⇒ Promise.<Room>

Connects to the ProCONF room using the provided ProCONF token and options.

Kind: global function
Returns: Promise.<Room> - A promise that resolves to the connected Room object.
Fulfil: Room - The connected ProCONF Room object.
Reject: ProConfError - If the connection or room creation fails

ParamTypeDescription
[options]objectThe options for connecting to the ProCONF server. The options can include the room name, participant name, tracks, etc.