From 5206e11728a432605eb96c3ab529eba0c5ae19e7 Mon Sep 17 00:00:00 2001 From: Max Cobb Date: Sun, 23 Oct 2022 02:57:19 +0100 Subject: [PATCH] update README --- README.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc3d240..214f4c1 100644 --- a/README.md +++ b/README.md @@ -25,7 +25,9 @@ Instantly integrate Agora in your own application or prototype using iOS. For ma To see full documentation for other packages in this repo, such as `AgoraBroadcastExtensionHelper`, `AgoraAppGroupDataHelper` or `AgoraRtmControl`, check them out here: -https://agoraio-community.github.io/VideoUIKit-iOS/extensions +- [AgoraBroadcastExtensionHelper](https://agoraio-community.github.io/VideoUIKit-iOS/extensions/AgoraBroadcastExtensionHelper/) +- [AgoraAppGroupDataHelper](https://agoraio-community.github.io/VideoUIKit-iOS/extensions/AgoraAppGroupDataHelper/) +- [AgoraRtmControl](https://agoraio-community.github.io/VideoUIKit-iOS/extensions/AgoraRtmControl/) ## Requirements @@ -73,7 +75,7 @@ agoraView.join(channel: "test", as: .broadcaster) ### Screen Sharing -For an example for screen sharing with Agora Video UI Kit and [AgoraBroadcastExtensionHelper](https://agoraio-community.github.io/VideoUIKit-iOS/extensions/AgoraBroadcastExtensionHelper/), check out the example project here: +For an example for screen sharing with Agora Video UI Kit and [AgoraBroadcastExtensionHelper Quickstart](https://agoraio-community.github.io/VideoUIKit-iOS/extensions/AgoraBroadcastExtensionHelper/documentation/agorabroadcastextensionhelper/quickstart), check out the example project here: https://github.com/AgoraIO-Community/Video-UI-Kit-ScreenShare