hanc-webrtc-widgets 2.2.11 → 2.2.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -17279,7 +17279,8 @@ class wd extends EventTarget {
|
|
|
17279
17279
|
body: JSON.stringify({
|
|
17280
17280
|
metadata: {
|
|
17281
17281
|
agent_id: e,
|
|
17282
|
-
timestamp: Date.now()
|
|
17282
|
+
timestamp: Date.now(),
|
|
17283
|
+
is_apple_device: this.isAppleDevice
|
|
17283
17284
|
}
|
|
17284
17285
|
})
|
|
17285
17286
|
},
|