So I'm trying to use CefGlue because I heard it supports CEF3 and that supports WebRTC, and maybe it does but when I run I try to run the OpenTok demo (
) inside the WinForm CefGlue demo I get an error from OpenTok saying I need to use Chrome version 23 or higher.
The Xilium CefGlue binaries I'm using appear to be based on Chromium 27 (I thought it was 25 but the JS tests I did showed 27), so I'm not sure why OpenTok is refusing???
Is some JS checking they are doing not interpreting the version number right or are they testing and finding no WebRTC support???
Here's what JS tests revealed about what JS thinks the versions are:
CefGlue Winform Browser Demo:
Browser version (full) 27.0.1423.0
Webkit version 537.32
USER AGENT: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.32 (KHTML, like Gecko) Chrome/27.0.1423.0 Safari/537.32
Installed Chrome Browser:
Browser version (full) 25.0.1364.152
Webkit version 537.22
USER AGENT: Mozilla/5.0 (Windows NT 6.2; WOW64) AppleWebKit/537.22 (KHTML, like Gecko) Chrome/25.0.1364.152 Safari/537.22