Skip to content

Help for creating channels #72

Description

@pimpreneil

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!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions