ServerVoiceChannel constructor

ServerVoiceChannel(
  1. ChannelProperties _properties
)

Implementation

ServerVoiceChannel(this._properties)
    : _methods = ChannelMethods(_properties.id);