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

Help for creating channels #72

Open
pimpreneil opened this issue Dec 8, 2023 · 0 comments
Open

Help for creating channels #72

pimpreneil opened this issue Dec 8, 2023 · 0 comments

Comments

@pimpreneil
Copy link

Hello,

I would like to be able to create new channels from my app implementing the latest version of MumbleSharp.
I did manage to join existing channels with no problems, but could not find a way to create a new one.
I have tried the following code without success:

protocol.ChannelState(new ChannelState
{
    Parent = 0,
    Position = 0,
    Name = "1234",
    Description = "",
    Temporary = false
});

Thank you for your help!

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