Page 1 of 1

Mute Function

PostPosted: Fri Sep 28, 2018 5:26 pm
by djst3rios2
I think muting would useful for quite some people! There's a patch here: https://bitbucket.org/chromiumembedded/cef/pull-requests/173/mute-audio-in-the-browser-issue-1806/diff
Please devs, could you apply this patch?

Re: Mute Function

PostPosted: Thu Oct 04, 2018 10:04 am
by Czarek
Only Marshall can apply patches, but they need to be reviewed and tested first and this can sometimes take time. In the meantime you can build CEF from sources and apply it yourself.

Re: Mute Function

PostPosted: Fri Oct 05, 2018 2:37 am
by djst3rios2
Czarek wrote:Only Marshall can apply patches, but they need to be reviewed and tested first and this can sometimes take time. In the meantime you can build CEF from sources and apply it yourself.

I actually did but I can't get it working with CefSharp. I asked around but I still can't find a solution!

Re: Mute Function

PostPosted: Fri Oct 05, 2018 2:51 am
by Czarek
Each CefSharp release requires a specific CEF version. Any version won't work. You also would need to expose the new API to C#.

Re: Mute Function

PostPosted: Fri Oct 05, 2018 2:05 pm
by djst3rios2
Czarek wrote:Each CefSharp release requires a specific CEF version. Any version won't work. You also would need to expose the new API to C#.

Oh boy. I guess there is no guide for that is there?

Re: Mute Function

PostPosted: Fri Oct 05, 2018 2:38 pm
by Czarek
CEF versions are specified in README I think. For how to expose new APIs you would need to analyze existing CefSharp source codes.

Re: Mute Function

PostPosted: Mon Oct 08, 2018 8:08 am
by djst3rios2
Czarek wrote:CEF versions are specified in README I think. For how to expose new APIs you would need to analyze existing CefSharp source codes.


Thanks for the tips!

Re: Mute Function

PostPosted: Mon Apr 22, 2019 10:43 pm
by amaitland