💎一站式轻松地调用各大LLM模型接口,支持GPT4、智谱、星火、月之暗面及文生图 广告
[TOC] ## 权限设置 ## 引入webrtc库 ### 通过podfile引入 Podfile: ``` source 'https://github.com/CocoaPods/Specs.git' platform :ios,'13.5' target 'web' do pod 'GoogleWebRTC' end ``` 执行指令: ``` pod install ``` [安装pod](%E5%AE%89%E8%A3%85pod.md) 生成了一个 WebRTCForIOS.xcworkspace,该文件关联了pod文件: ``` open WebRTCForIOS.xcworkspace ``` ### 通过源码编译