Skip to content

seastart/vcs-ios-demo

Repository files navigation

视频会议简介

CI Status Version License Platform

客户端开发需要用到两部分:API和SDK。

API是以HTTP Restful形式提供的一组接口,主要负责帐号的登录、注册、充值、会议管理等操作,通过API接口获取到相应的入会凭证,然后才可以使用SDK库进入会议室,API详细接口请参见《VCS服务端API开发手册》

示例的使用

step 1:下载示例到本地

git clone [email protected]:seastart/vcs-ios-demo.git

下载压缩包

step 2:变更Podfile文件中的依赖为远程依赖

pod 'VCSSDK'

step 3:重新安装示例所需的依赖

pod install

step 4:替换申请的AppIDAppKey

NSString * const VCSSDKAPPID = <# 替换成平台分配的AppID #>
NSString * const VCSSDKAPPKEY = <# 替换成平台分配的AppKey #>

Author

SailorGa, [email protected]

License

VCSSDK is available under the MIT license. See the LICENSE file for more info.

Releases

No releases published

Packages

No packages published

Languages