Yes, I have this session ID about a call finished: TxKgcfoYRn6bmGtH4BbxlA==
Please let me know if something changed or am I doing something wrong
UPDATE:
I just realized that my last version which worked was 1.11.6 and when I updated to 2.1.10 my implementation was totally broken, I guess because SDK is not using id refs anymore.
Just to clarify it was not iFrame issue. It was just a breaking change between version 1.11 and >= 1.12
After analyzing the logs, we found that on the desktop browser, the stream.startVideo method was called with 'user' as the camera ID, which is incorrect. This is why you encountered the VIDEO_USER_FORBIDDEN_CAPTURE error with the error name OverconstrainedError.
In earlier versions of the Video SDK, the specified camera ID was not strictly enforced—if the camera ID didn’t match, it would fallback to the default device.