Toggle navigation
Toggle navigation
This project
Loading...
Sign in
hh_public
/
hhsdk.ios.demo.trtc
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
wangguolei
2022-07-08 18:05:44 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
d89201db473bcf87c0f3e3fc241d108a87784dda
d89201db
1 parent
5cb43983
fix doc
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
28 additions
and
6 deletions
Document.md
Document.md
View file @
d89201d
...
...
@@ -7,6 +7,7 @@
</p>
[
TOC
]
## 0. 更新日志
> 3.4.0.04191918
...
...
@@ -361,10 +362,31 @@ HHMSDK.default.start(option: option)
```
## 8. 病历列表地址
### 8.1. 获取所有成员病历列表地址(推荐使用)
```
HHMSDK.default.getAllMedics(userToken: userToken)
```
### 8.2.获取病历列表地址
```
HHMSDK.default.getMedicList(userToken: userToken)
```
### 8.3. 获取病历详情地址
```
/// 病历存档ID,这个存档ID由视频医生提供方同步到接入方的存档ID
HHMSDK.default.getMedicDetail(userToken: userToken, medicId: medicId)
```
##
8
. 其他配置
##
9
. 其他配置
###
8
.1. Background Modes
###
9
.1. Background Modes
*
为了支持用户压后台后音视频的正常使用,需要设置 Background Modes。具体设置如下:
...
...
@@ -372,7 +394,7 @@ HHMSDK.default.start(option: option)
xxx target -> Capabilities -> Background Modes -> 勾选 Audio,Airplay and Picture in Picture
```
###
8
.2. 扩展参数
###
9
.2. 扩展参数
*
为了支持收集渠道日志,SDK支持在初始化时传递自定义参数(长度限制小于64位,不支持JSON)。
...
...
@@ -382,7 +404,7 @@ HHMSDK.default.start(option: option)
###
8.4
. 支付跳转配置
###
9.3
. 支付跳转配置
*
在使用SDK叮当购药或会员购买服务时,需要为项目配置支付跳转的scheme.
...
...
@@ -422,7 +444,7 @@ HHMSDK.default.start(option: option)
###
8.5
. 上架 App Store 时,出现 x86_64, i386 架构错误该如何解决?
###
9.4
. 上架 App Store 时,出现 x86_64, i386 架构错误该如何解决?
*
该问题是由于 App Store 不支持 x86_64, i386 架构引起的,具体解决方法如下:
...
...
@@ -466,6 +488,6 @@ c. 添加如下代码:
done
```
###
8.6
. 宿主app是基于Object-C时需要注意的问题
###
9.5
. 宿主app是基于Object-C时需要注意的问题
*
需勾选 Always embed swift standard libraries 为 YES 否则在低版本系统会闪退。
...
...
Please
register
or
login
to post a comment