Skip to content
This repository has been archived by the owner on Jul 3, 2021. It is now read-only.

[actions] connect

TAT edited this page Apr 22, 2014 · 4 revisions

connect(roomID)

Connect to plug.dj and join specified room


Parameters

roomID string

The name of the room to join. This is NOT the URL to the room but instead the identifier for the room.

Example http://plug.dj/test/ would have test as roomID.


Returns

undefined


Example

bot.connect('coding-soundtrack');
Clone this wiki locally