Skip to content

Commit

Permalink
[uikit] add
Browse files Browse the repository at this point in the history
  • Loading branch information
kelzr committed Oct 18, 2023
1 parent 8294d3a commit fa41549
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions markdown/chatroom/AUIVoiceRoom/uivoice_integration_ios.md
Original file line number Diff line number Diff line change
@@ -1,16 +1,10 @@
本文介绍如何实现语聊房
本文介绍如何集成语聊 UIKit 来实现房间的创建、进入、和销毁

## 示例项目

声网提供 [AUIVoiceRoom](https://github.com/AgoraIO-Community/AUIVoiceRoom/tree/main) 示例项目供你参考。


## 业务流程图

本节展示语聊房中常见的业务流程。

![](https://web-cdn.agora.io/docs-files/1697095578162)

## 准备开发环境

### 前提条件
Expand Down Expand Up @@ -170,4 +164,10 @@ VoiceChatUIKit.shared.createRoom(roomInfo: room) { roomInfo in
### 4. 加载房间 //TODO

```swift
```
```

## 下一步

在创建、进入房间后,你可以参考如下业务流程图开发后续的麦位管理、聊天、礼物等功能模块。

![](https://web-cdn.agora.io/docs-files/1697095578162)

0 comments on commit fa41549

Please sign in to comment.