Set the user-agent?
johnspurlock opened this issue · 3 comments
johnspurlock commented
Hi there, is it possible to provide the userAgent string sent over to the receiver? i.e. the one that ends up in onSenderConnected.
Right now it is the empty string.
Thanks!
thibauts commented
Hi John, I don't know how the user-agent is transmitted. I have not observed it in the protocol when I worked on it. This is probably something new and I have no clue !
johnspurlock commented
Ok - any pointers on where to look? I tried searching for "agent" in various github repos that try and implement the v2 protocol, no luck.
I imagine it's probably in the chromium source somewhere, do you remember where you were looking for hints like this?