-
Notifications
You must be signed in to change notification settings - Fork 29
Open
Description
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!
grcpils
Metadata
Metadata
Assignees
Labels
No labels