Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ifix: update the text to more meaningful text #386

Merged
merged 2 commits into from
Aug 8, 2024
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions docs/ios-core/local-user/screen-share-guide.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ Add your extension to an app group by going to your extension's target in the pr

```swift
import ReplayKit
import DyteiOSCore

class SampleHandler: DyteSampleHandler {}
```
Expand All @@ -54,14 +53,14 @@ Make sure **both of them** (App and Extension Info.plist) contains below key.

```
<key>RTCAppGroupIdentifier</key>
<string>(name of the group)</string>
<string>(name of the group you have created)</string>
```

Add below key inside the Info.plist of the main App.

```
<key>RTCScreenSharingExtension</key>
<string>(Bundle Identifier of the Broadcast upload extension)</string>
<string>(Bundle Identifier of the Broadcast upload extension you have added in your project)</string>
```

![Info.plist screenshot](/static/mobile/0.x.x/ios-setup-info.png)
Expand Down
Binary file modified static/static/mobile/0.x.x/ios-setup-info.png
kumarSudhir7891 marked this conversation as resolved.
Show resolved Hide resolved
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading