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

Channel not added by IOS Client #29

Open
gouravgupta72 opened this issue Aug 7, 2014 · 3 comments
Open

Channel not added by IOS Client #29

gouravgupta72 opened this issue Aug 7, 2014 · 3 comments

Comments

@gouravgupta72
Copy link

Hello ,

i,m using mumble ios client sdk, every thing is working fine the only problem i'm facing is i,m not able to add channel. When i requested for permission it denied write permission. How can we achieve that.

Is there any way to set permission..?

@Sunspar
Copy link

Sunspar commented Aug 10, 2014

Make sure that the user trying to make the channel:

  • is registered with the server (that is, they are authenticating via certificate and not server password)
  • is a member of (at least one) group that has the 'Add Channel' permission on the channel you'd like the new channel to be a child of
  • the ACL permission list for the parent channel doesn't throw away their right to add channels by changing this users rights (recall that permissions are read top to bottom and that changes closer to the bottom of the list overwrite earlier permissions)

Use your server's SuperUser, or some other account which is set up to make ACL changes to the parent channel (either directly, or through inheriting that ability from some ancestor channel) to add this user to a group that allows them to make channels where you are trying to make them.

If this is a one-off thing you can always just make the channel using SuperUser or some other account with administrative rights there.

There are plenty of tutorials floating around on google/youtube if you need help navigating the menus, just be on the look-out for 'Add Channel' when they talk about assigning permissions to some specific group. :)

@vipendra03
Copy link

Hello Everyone,

We need to rename and remove channels through registered users using mumble iOS SDK but didn't found any way to do it. Can you guys please help us ?

@vipendra03
Copy link

hi @Sunspar thanks for the help.

Now i'm able to add channel.

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

3 participants