Skip to content

Commit d01d683

Browse files
committed
prepare 6.0.9
1 parent 568b44e commit d01d683

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
#### Version 6.0.9
2+
* fix possible TypeError: null is not an object (evaluating 'iceCandidateFields.foundation') due fail match candidateToJson #473
3+
* fix getStats typo report.timestamp #472
4+
* Fix getMediaDevice audioConstraints to allowing audio devices change #470
5+
16
#### Version 6.0.8
27
* Add Known Issues > iOS >= 13.3.1 Device support to README.md
38
* implement candidateToJson SDP candidate parser into RTCIceCandidate to populate foundation, component, priority, type, address, ip, protocol, port, relatedAddress and relatedPort RTCIceCandidate values #468

dist/cordova-plugin-iosrtc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* cordova-plugin-iosrtc v6.0.8
2+
* cordova-plugin-iosrtc v6.0.9
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)

package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cordova-plugin-iosrtc",
3-
"version": "6.0.8",
3+
"version": "6.0.9",
44
"description": "Cordova iOS plugin exposing the full WebRTC W3C JavaScript APIs",
55
"author": "Iñaki Baz Castillo (https://inakibaz.me)",
66
"contributors": [

plugin.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
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.8">
4+
version="6.0.9">
55

66
<name>iosrtc</name>
77
<description>Cordova iOS plugin exposing the full WebRTC W3C JavaScript APIs</description>

0 commit comments

Comments
 (0)