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

# 集成

> 全平台 C++ SRTC 音视频 SDK 环境配置与 SDK 安装指南

### 头文件

`#include<rtc-linux.h>`

### 库文件

librtc-linux.so

linkmic\_service.so

### 第三方库

zlib

openssl

curl

### 其他

linkmic\_service.so 在运行过程中动态加载，需要设置SO查找路径，或者放入系统目录。

```bash theme={null}
export LD_LIBRARY_PATH=./
```
