Drag the GJDigitalSDK.framework and WebRTC.framework files to the resource directory of the project:
In project-General-Frameworks, Libraries, and Embedded Content, change the following framework
Copy
GJDigitalSDK.frameworkWebRTC.framework
to Embed & Sign
Add recording permission and local network permission in Info.plist file
Copy
<key>NSLocalNetworkUsageDescription</key><string>Obtain local network permissions</string><key>NSMicrophoneUsageDescription</key><string>Recording rights are required for speech recognition</string>