Hello All,
We are working on a video chat prototype using GWT 2.5 / Elemental / WebRTC
along with Chrome 23.
In Chrome 23 the PeerConnection object name is changed from
"webkitPeerConnection00" to "webkitRTCPeerConnection" and Elemental is not
compatible any more. FYI, Elemental still has the PeerConnection object as
webkitPeerConnection00.
I tried changing line 747 'PeerConnection00': IDLTypeInfo('PeerConnection00'
, js_type='webkitPeerConnection00') in the file
http://code.google.com/p/google-web-toolkit/source/browse/trunk/elemental/idl/scripts/generator_java.py,
but was unsuccessful in making WebRTC work.
I understand the Elemental libraries are experimental, but it would be
great if some one can quickly fix the bug, so we can test it and provide
feedback.
I believe the WebRTC libraries are stable now, so it may be a good time to
upgrade the Elemental WebRTC libraries and ensure they in sync with the
work done by the WebRTC and Chrome development groups.
Thank you for your help.
Best Regards,
Seamus
--
You received this message because you are subscribed to the Google Groups
"Google Web Toolkit" group.
To view this discussion on the web visit
https://groups.google.com/d/msg/google-web-toolkit/-/VTrqlufBYaMJ.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to
[email protected].
For more options, visit this group at
http://groups.google.com/group/google-web-toolkit?hl=en.