RSSI
Note: The camera should have already started streaming LiveView before making any interactions
Requires supportRSSI: true when the object was created (live view only, not playback). The SDK asks the camera every 10 s and publishes the result as rssi: Int?:
view
.onReceive(liveViewObject.$rssi.receive(on: DispatchQueue.main), perform: { res in
})