dumble icon indicating copy to clipboard operation
dumble copied to clipboard

A Mumble transport client framework supporting multiple Mumble features such as fully encrypted udp transport or user management

Results 6 dumble issues
Sort by recently updated
recently updated
newest added

Hi, i am trying to implement a voice chat on a mumble server using flutter and dumble package, i have tried many many things and end up with this code...

In the README you mention that you'll have to look into the Mumble protocol to see if some of the proto fields are actually not nullable. As you have already...

This adds a `proxyListen` entry to the `TalkMode` enum for clients receiving audio using the new Mumble 1.4 proxy listener features.

Noticed a couple typos in one of the more recent dumble releases. `addListeingChannels` -> `addListeningChannels` `removeListeingChannels` -> `removeListeningChannels`