Sinch Registration failed iOS SDK when create client making call

32 Views Asked by At

Registration failed: Error(code: 1, domain: generic, message: The operation couldn’t be completed. (VideoCallKitSwift.JWTError error 0.))

self.client = try SinchRTC.client(withApplicationKey: APPLICATION_KEY,
                                        environmentHost: ENVIRONMENT_HOST,
                                        userId: userId)

Can please someone have the solution why I'm getting this error.

0

There are 0 best solutions below