Voice Channel
This is a premium feature.
Raid Organizer has the ability to automatically create voice channels X time before an event starts.
Set up voice channel creation
For this feature Raid Organizer requires additional permissions to work as expected.
To enable automatic voice channel creation, use /event_voice set. The command has these parameters:
name: The name of the voice channel. This field supports the dynamic fields${event_title}and${event_start_time}.time: How long before the event start the voice channel should be created.category: The Category in which the channel should be created.limit: (Optional) Maximum number of users in the channel (1–99).view_restriction: (Optional) IfTrue, only users with the event role can see the voice channel.connect_restriction: (Optional) IfTrue, only users with the event role can join the channel; others can still see it.
Example input:
/event_voice set name: test time: 5m category: #Voice channels
Example with role restrictions (requires event roles enabled):
/event_voice set name: ${event_title} time: 15m category: #Voice channels view_restriction: True connect_restriction: True
Restrict access by event role
When event roles are enabled, you can restrict voice channel visibility and access using the view_restriction and connect_restriction parameters:
| Parameter | Effect |
|---|---|
view_restriction: True | Only users with the event role can see the voice channel. Others won't see it in the channel list. |
connect_restriction: True | Only users with the event role can join the channel. Others can still see it but cannot connect. |
These options are useful for private raids or events where only signed-up participants should access the voice channel.
Voice channels are only created for events that have a start time!
Deletion Behavior
Voice channels get removed:
- After the event
end timeis reached and no user is in the channel. - If a user is in the channel after the
end timeis reached, the voice channel will be removed right after the last user leaves the channel. - If the event has no
end time, the voice channel will be removed when the last user leaves the channel and thestart timeis in the past. - If an event gets deleted/closed and no user is in the channel, the channel will also be removed.
- If a user is in the channel during deletion, the channel will be removed right after the last user leaves the channel.