Add userLimit param to voice channel

This commit is contained in:
Amish Shah
2016-08-13 16:29:19 +01:00
parent a2f8680514
commit 75e3ee86fb

View File

@@ -10,6 +10,7 @@ class VoiceChannel extends ServerChannel {
setup(data) {
super.setup(data);
this.bitrate = data.bitrate;
this.userLimit = data.user_limit;
}
}