This is a read-only archive of the Mumble forums.

This website archives and makes accessible historical state. It receives no updates or corrections. It is provided only to keep the information accessible as-is, under their old address.

For up-to-date information please refer to the Mumble website and its linked documentation and other resources. For support please refer to one of our other community/support channels.

Jump to content

create a new channel programmatically


cobako
 Share

Recommended Posts

Hi,

I'm using Murmur server/Plumble Android client to implement VOIP service (WalkieTalkie) app using Android, now I want to be able to add channel and set a password for it programmatically, I searched in the mumble git repo and wiki but still can't find info to help in doing this. How could I implement this? and what it makes the problem is harder for me that I don't have c++ experience.

Link to comment
Share on other sites

I want every user at client side to be able to create a channel and set password for it to make it private and only the members that has this password can join the channel.

I will give create channel permission for all users.

Now I want to implement this create channel/set password feature programmatically at client side, currently I'm using the Plumble project ( Android Mumble Client) to built on top of it, Plumble has create channel feature but with out password, so how can I implement setting a password for a channel at client side programmtically?

Link to comment
Share on other sites

  • Administrators

If you want to do it client side, you depend on the client providing a programmable interface/some endpoints for it.


Plumble is open source, so if you want, you could check the sources and suggest changes or fork and adjusted client with this feature implemented.

Link to comment
Share on other sites

 Share

×
×
  • Create New...