Interface EditStageChannelOptions

interface EditStageChannelOptions {
    bitrate?: null | number;
    name?: string;
    permissionOverwrites?: null | OverwriteOptions[];
    position?: null | number;
    rtcRegion?: null | string;
}

Hierarchy (view full)

Properties

bitrate?: null | number

[Stage, Voice] The bitrate of the channel. Minimum 8000.

name?: string

The name of the channel.

permissionOverwrites?: null | OverwriteOptions[]

Channel or category specific permissions.

position?: null | number

The position of the channel in the channel list.

rtcRegion?: null | string

[Stage, Voice] The voice region id of the channel, null for automatic.