File tree Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Expand file tree Collapse file tree 4 files changed +8
-3
lines changed Original file line number Diff line number Diff line change 1+ #### Version 6.0.10
2+ * Fix ios 10.2+ issue with loading cordova when iosrtc plugin present. #488
3+ * Fix TypeError: undefined is not an object(evaluating 'originaMediaStream.prototype') #485
4+ * Handle ios 10.x.x that does not have MediaStream Native Prototype and fallback on Blob with EventTarget shim #489
5+
16#### Version 6.0.9
27* fix possible TypeError: null is not an object (evaluating 'iceCandidateFields.foundation') due fail match candidateToJson #473
38* fix getStats typo report.timestamp #472
Original file line number Diff line number Diff line change 11/*
2- * cordova-plugin-iosrtc v6.0.9
2+ * cordova-plugin-iosrtc v6.0.10
33 * Cordova iOS plugin exposing the full WebRTC W3C JavaScript APIs
44 * Copyright 2015-2017 eFace2Face, Inc. (https://eface2face.com)
55 * Copyright 2015-2019 BasqueVoIPMafia (https://github.com/BasqueVoIPMafia)
Original file line number Diff line number Diff line change 11{
22 "name" : " cordova-plugin-iosrtc" ,
3- "version" : " 6.0.9 " ,
3+ "version" : " 6.0.10 " ,
44 "description" : " Cordova iOS plugin exposing the full WebRTC W3C JavaScript APIs" ,
55 "author" : " Iñaki Baz Castillo (https://inakibaz.me)" ,
66 "contributors" : [
Original file line number Diff line number Diff line change 11<?xml version =" 1.0" encoding =" UTF-8" ?>
22<plugin xmlns =" http://apache.org/cordova/ns/plugins/1.0"
33 id=" cordova-plugin-iosrtc"
4- version=" 6.0.9 " >
4+ version=" 6.0.10 " >
55
66 <name >iosrtc</name >
77 <description >Cordova iOS plugin exposing the full WebRTC W3C JavaScript APIs</description >
You can’t perform that action at this time.
0 commit comments