> ## Documentation Index
> Fetch the complete documentation index at: https://docs.guiji.cn/llms.txt
> Use this file to discover all available pages before exploring further.

# SDK Reference

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`

```
GJDigitalSDK.framework
WebRTC.framework
```

to `Embed & Sign`

2. Add recording permission and local network permission in Info.plist file

```
<key>NSLocalNetworkUsageDescription</key>
<string>Obtain local network permissions</string>
<key>NSMicrophoneUsageDescription</key>
<string>Recording rights are required for speech recognition</string>
```
