@twilio/webrtc
Advanced tools
Comparing version 4.5.2 to 4.6.0
@@ -0,1 +1,9 @@ | ||
4.6.0 (March 8, 2022) | ||
=================== | ||
New Features | ||
------------ | ||
- Enabled support for WKWebViews. Thank you @cbxp for your [contribution](https://github.com/twilio/twilio-webrtc.js/pull/133). | ||
4.5.2 (January 4, 2022) | ||
@@ -2,0 +10,0 @@ ========================= |
@@ -151,3 +151,3 @@ 'use strict'; | ||
} | ||
if (/Safari/.test(userAgent)) { | ||
if (/Safari|iPhone|iPad|iPod/.test(userAgent)) { | ||
return 'safari'; | ||
@@ -154,0 +154,0 @@ } |
{ | ||
"name": "@twilio/webrtc", | ||
"version": "4.5.2", | ||
"version": "4.6.0", | ||
"description": "WebRTC-related APIs and shims used by twilio-video.js", | ||
@@ -5,0 +5,0 @@ "scripts": { |
139954