Settings¶
Summary¶
This models sums up all personal settings for the UI on plug.dj, usually you won’t have any need for this information except you want to build a GUI
Model¶
{
   "chatImages": false,
   "chatTimestamps": -1,
   "emoji": false,
   "friendAvatarsOnly": false,
   "notifyDJ": false,
   "notifyFriendJoin": false,
   "notifyScore": false,
   "tooltips": false,
   "videoOnly": false
}
Detail¶
- chatImages
 Show chat images.
Type: Boolean
Default Value:false- chatTimestamps
 Time system to use. Valid values are:
- 12
 - 24
 
Type: Number
Default Value:-1- emoji
 Show emoji.
Type: Boolean
Default Value:false- friendAvatarsOnly
 Show avatars of friends only.
Type: Boolean
Default Value:false- notifyDJ
 Show DJ notifications only.
Type: Boolean
Default Value:false- notifyFriendJoin
 Show notification when friend joins room.
Type: Boolean
Default Value:false- notifyScore
 Show notification on advance.
Type: Boolean
Default Value:false- tooltips
 Show tooltips.
Type: Boolean
Default Value:false- videoOnly
 Show video only.
Type: Boolean
Default Value:false