insta9 / sipml5

Automatically exported from code.google.com/p/sipml5
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Allow choosing the WebRTC implementation type (native, bowser or w4a) #171

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.
2.
3.

What is the expected output? What do you see instead?

Please use labels and text to provide additional information.

Original issue reported on code.google.com by boss...@yahoo.fr on 26 Mar 2014 at 1:06

GoogleCodeExporter commented 9 years ago
Use URL parameter "wt" to choose the default WebRTC type to load. For example, 
open "http://sipml5.org/call.htm?wt=w4a" to load WebRTC4ALL plugin instead of 
the native WebRTC implementation. The parameter value will be forwarded to the 
media engine by calling API function "setWebRtcType(String)": 
http://sipml5.org/docgen/symbols/SIPml.html#.setWebRtcType

Original comment by boss...@yahoo.fr on 26 Mar 2014 at 1:14

GoogleCodeExporter commented 9 years ago
Fixed: https://code.google.com/p/sipml5/wiki/ReleaseNotes#1.4.217

Original comment by boss...@yahoo.fr on 26 Mar 2014 at 3:18