Hi, I recently discovered your new CameraKit SDK and I'd like to access to the request form, but the request page doesn't display the actual form and it shows just an infinite loading screen, may I get some support? Edit: I actually solved the problem by opening the page with another browser, I think there might be some…
Hi there! I'm experimenting issues on trying filters inside my swift custom app using camerakit sdk. here's the method call in application function: let sessionConfig = SessionConfig(applicationID: "(my id)", apiToken: "my token") let cameraController=CameraController( sessionConfig: sessionConfig )…