268 questions
0
votes
0
answers
63
views
I am looking for a way to detect screen sharing on a tab
I am working on an assessment web app and I need a way to tell if a student/user tries or is currently sharing the tab with an ongoing assessment or is sharing the screen.
This is to prevent cheating, ...
0
votes
0
answers
77
views
SDP Answer Received but Screen Sharing Not Consistent in Desktop App
I'm working on a desktop app using Python and aiortc. The idea behind creating this app is to enable screen sharing of a specific portion of the screen.
I have successfully connected to the WebSocket ...
0
votes
0
answers
51
views
Using WebRTC, unable to implement screen sharing
`The two folders are respectively the client and server. The WebSocket service is monitored under demo.js on the server side using port 8080. The code for both client and server is provided below, and ...
0
votes
0
answers
21
views
Screensharing not appearing in safari
I have made a simple web application that where you can share your screen. link is here. I can stream a screen on my computer to my iphone 13. However, I cannot stream a tab on my iphone to my ...
1
vote
0
answers
62
views
Issue in creating a screen sharing app on electron
I am trying to create an electron app in which I want to share user desktop screen to a web app. The desktop user has to just give the permission of screen recording to the desktop app. The other user ...
1
vote
2
answers
99
views
Zoom Video SDK iOS Annotations not showing
I am using the MyVideoSDKAppSample for zoom video calling and screen sharing, the video calling and screen sharing is working fine, the problem is occuring when i am trying to annotate on the view. ...
0
votes
1
answer
37
views
Screen Capture API _ Set a specific Screen
I am using screen capture API to share a window on my Django application, but this API doesn't allow to set a specific screen.
I only want to share a window of specific desktop application on my ...
0
votes
1
answer
121
views
In SampleHandler class for BroadcastUploadExtension, my broadcastFinished method not calling but broadcastStarted is calling, someone help me
I created a BroadcastUploadExtension. Afterwards, I opened the recording screen, but I did it by simulating clicking into the RPSystemBroadcastPickerView like this:
let picker = ...
1
vote
0
answers
136
views
How to overlay widget on top of the flutter app with getx Route. ( show border and dialog to all screen while screen share)
i want to show screen sharing ui (overlay widget) in my flutter app.
here is steps.
user click on screen share button
need to show red border and dialog with options
need this for all screen while ...
0
votes
0
answers
93
views
Show both Screen Sharing and Camera Feed in Agora Video Call Sdk
I am using Agora Video call Sdk 4.3.0. I am able to successfully share my screen but sharing my screen stops sharing my camera feed. I want receiver to see my camera feed and my shared screen both.
I ...
0
votes
0
answers
157
views
How can i implement screen sharing in flutter using Agora?
i am build screen sharing using agora here is source code (base)
here is code for switch host
Future<void> _switchHostAndUpdateScreen() async {
if (isHost.value) {
// Switch to audience role
...
1
vote
0
answers
72
views
agora web sdk (video calling) remote user screen sharing status
I am working on agora web sdk (video calling) pure javascript. I integrated video calling and it is working. when remote users share the screen, not getting any screen-sharing status to update the UI. ...
0
votes
1
answer
100
views
Screen-sharing in C# Windows Form using TCP: half screen glitched out
I'm trying to write a very simple Screen-sharing code in C# over LAN. It seems to be working well and smoothly with a 100s delay besides the screen being cut in half (or at times 30% when I switch ...
0
votes
0
answers
352
views
How to implement screen sharing in flutter? I seen lot of solution implement screen sharing in android, but not for flutter
I'm using the matrix package which is more useful for real-time communication, I've achieved audio calls, video calls, and sending real-time messages. Now that I tried to implement the screen while ...
1
vote
0
answers
207
views
SIP registration using PjSip library over TCP in Android is not working
I want to register my extension (1110) with credentials (username, password and domain) in the sip server using PjSip library over TCP transport type in android kotlin.
I got a reference to do the SIP ...