@capgo/capacitor-stream-call 7.0.3 → 7.0.4

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.
@@ -166,10 +166,6 @@ public class StreamCallPlugin: CAPPlugin, CAPBridgedPlugin {
166
166
  do {
167
167
  print("Setting up token subscription")
168
168
  try self.requireInitialized()
169
- if let lastVoIPToken = self.lastVoIPToken, !lastVoIPToken.isEmpty {
170
- print("Deleting device: \(lastVoIPToken)")
171
- try await self.streamVideo?.deleteDevice(id: lastVoIPToken)
172
- }
173
169
  if !updatedDeviceToken.isEmpty {
174
170
  print("Setting voip device: \(updatedDeviceToken)")
175
171
  try await self.streamVideo?.setVoipDevice(id: updatedDeviceToken)
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@capgo/capacitor-stream-call",
3
- "version": "7.0.3",
3
+ "version": "7.0.4",
4
4
  "description": "Uses the https://getstream.io/ SDK to implement calling in Capacitor",
5
5
  "main": "dist/plugin.cjs.js",
6
6
  "module": "dist/esm/index.js",