-
Hello,
I'm looking to achieve the native audio sharing option that is available inside chrome / edge. However I could not find a way to initialize this property using the TokBox sdk.
Currently if …
-
Hi **@ColonelParrot!** Congrats for your work!
There is a difference in the tab sharing permission screen. Under Chromium, the browser gives the option to choose between the current tab, other tabs…
-
- Screen sharing via [getDisplayMedia](https://webrtc.github.io/samples/src/content/getusermedia/getdisplaymedia/), analogous to getUserMedia for cameras.
- [WebRTC](https://developer.mozilla.org/e…
-
**Question**
When trying to get audio sharing to work with screen sharing, I found only one way to currently implement this.
`navigator.mediaDevices.getDisplayMedia({audio: true, video: true})`
…
-
I have 2 monitors. Screenscapture of one screen with system audio is not possible.
I have this frontend code to get screencapture devices:
**To Reproduce**
Attach 2 moitors to your computer
Star…
-
The use cases we had in mind for CaptureController.setFocusBehavior() were:
1) Calling setFocusBehavior() before getDisplayMedia() is called.
2) Calling setFocusBehavior() immediately after getDispl…
-
**Describe the bug**
On iOS getDisplayMedia returns stream with enabled video track, even if permissions as such are denied. If a user denies the permissions to record the screen the following erro…
-
Hi, how do I share the whole phone? since it is capturing only the application, thank you
Here is my code,
```
final mediaConstraints = {'audio': true, 'video': true};
_localStream …
-
Ideally getUserMedia would require a user gesture similarly to getDisplayMedia.
This is not web-compatible as many pages call getUserMedia on page load or quickly after page load.
It would still be …
-
"Start Screen Sharing" not working in react native.
getting error :
I/JitsiMeetSDK: [modules/RTC/ScreenObtainer.js] Using getDisplayMedia for screen sharing
I/ReactNativeJS: 'ERROR creating Scre…