Skip to content

Commit

Permalink
Merge pull request #386 from dyte-io/ScreenShare_Changes
Browse files Browse the repository at this point in the history
ifix: update the text to more meaningful text
  • Loading branch information
kumarSudhir7891 authored Aug 8, 2024
2 parents bcdea90 + 8adee28 commit e028aa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit e028aa8

Please sign in to comment.