You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Accessible via `self` key within the `meeting` object, the local user object consists of all the information related to the current participant and methods to configure media and other states.
13
+
Accessible via `self` key within the `meeting` object, the local user object consists of all the information related to the current participant and methods to configure media and other states.
15
14
16
15
## Properties
17
16
@@ -46,10 +45,10 @@ Here is a list of properties that local user provides:
46
45
-`roomJoined`: A <spanclassName="tag-orange">boolean</span> value indicating if the local user is in the meeting
47
46
-`roomState`: Indicates the state of the user in the meeting. It
Replace <code>YOUR_APP_GROUP</code> with your App Group Name and <code>BUNDLE_IDENTIFIER_FOR_BROADCAST_UPLOAD_EXTENSION</code> with Bundle Identifier of Screnshare Extension.
201
+
- Go to Broadcast Extension target -> <code>Build Settings</code>
202
+
- <code>Build Options</code> -> Set <code>User Script Sandboxing</code> to <code>No</code>
203
+
- <code>Signing</code> -> <code>Enable App Sandbox</code> to <code>No</code>
204
+
- Now enable the screenshare pop up handle and then enable Dyte's screenshare API:
0 commit comments