Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "video" for ChannelVoiceJoin #1527

Open
k4itruns opened this issue Apr 30, 2024 · 0 comments
Open

Add "video" for ChannelVoiceJoin #1527

k4itruns opened this issue Apr 30, 2024 · 0 comments

Comments

@k4itruns
Copy link

i see u have added mute and deafened , is there a way to turn on the video too? this is my code

func joinVoiceChannel(session *discordgo.Session, guildID, channelID string) error {
  _, err := session.ChannelVoiceJoin(guildID, channelID, true, false)
  if err != nil {
    return err
  }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant