Skip to content

Commit

Permalink
Update GUIDE.md
Browse files Browse the repository at this point in the history
  • Loading branch information
icywind authored Oct 31, 2024
1 parent a322eb3 commit 76845df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,6 @@ The sound visualizer view uses a set of vertical bars to show the strength of au
Let's review what we discussed in this tutorial. First, we listed the essential frontend-backend networking models. Based on this information, a network manager is created to bridge the communication between the app and the server. Then we implement the voice and video chat using Agora's powerful engine. From the engine, we use two advanced features: data streaming and raw audio frame capturing to show the transcription and the AI agent's voice energy level. A simple voice- and video-enabled AI assistant app is created!

## Resources
* [iOS SDK QuickStart guide] (https://docs.agora.io/en/video-calling/get-started/get-started-sdk)
* [iOS SDK QuickStart guide](https://docs.agora.io/en/video-calling/get-started/get-started-sdk)
* [AgoraIO iOS API-Examples](https://github.com/AgoraIO/API-Examples/tree/main/iOS/APIExample)
* [TEN Agent](https://github.com/TEN-framework/TEN-Agent)

0 comments on commit 76845df

Please sign in to comment.