Page 1 of 1

How to send message to utility process?

PostPosted: Thu May 27, 2021 1:04 am
by xuyoucai
Now cef can send message between the browser process and the render process, but how to send message from browser process to utility process?

Re: How to send message to utility process?

PostPosted: Thu May 27, 2021 9:51 am
by magreenblatt
There is no support currently for direct client communication with the utility process. Why do you need it?

Re: How to send message to utility process?

PostPosted: Thu May 27, 2021 8:18 pm
by xuyoucai
I want to control the speaker volume for utility process that work for AudioService.

Re: How to send message to utility process?

PostPosted: Thu May 27, 2021 8:26 pm
by xuyoucai
I can't control application speaker volume in browser process now, because of chromium move the AudioService module to a utility process since from m76.