typealias VoiceBasedChannel

export type VoiceBasedChannel = Extract<Channel, { bitrate: number }>;

Constructors

constructor()

Extract<Channel, { bitrate: number }>