Video Call using Sinch
Last updated
Last updated
pod "ChatSDKSinch", :path => "path/to/ChatSDKSinch"pod installlet modules = [
...
SinchModule.shared().setup(key: "sinch key", secret: "sinch secret"),
]SinchModule.shared().setup(key: "Sinch key", jwtProvider: { userId in
return "generate a JWT on your server"
})