cb.room_slugΒΆ

A variable that contains the name of the current room.

This can be used to determine if a message is being sent by the broadcaster.

if (msg['user'] == cb.room_slug) {
    cb.sendNotice("Message sent by broadcaster")
}