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!
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:
Thank you for your help!