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
| Param | Type | Description |
|---|---|---|
| [options] | object | The options for connecting to the ProCONF server. The options can include the room name, participant name, tracks, etc. |