-
I can this to make ios suppoort screen sharing,but when I turn to background,it dose not work
use navigator.mediaDevices.getUserMedia(contraint)
how can I do?
-
Hey, I am getting some build errors:
```
Cannot find type 'ResponseType' in scope
Cannot infer contextual base in reference to member 'close'
```
I am wondering if anyone is able to assist …
-
// TODO: - Not working
// isMultitaskingCameraAccessSupported allways returns false
if #available(iOS 16.0, *) {
capturer.captureSession.beginConfiguration()
if capturer.captureSession.isM…
-
**Describe the bug**
Buttons are not at the right place and are going out of bounds, in the blogs section
I can fix this issue.
@akshitagupta15june
Please Assign This Issue To Me :)
**To Repro…
-
After moving background, open any app like gmail etc and then leave it for some seconds and now screen streaming is frozen in IOS. Once you back into foreground, it is working again.
Any suggestion…
-
```bazel
http_archive(
name = "cgrindel_rules_spm",
sha256 = "03718eb865a100ba4449ebcbca6d97bf6ea78fa17346ce6d55532312e8bf9aa8",
strip_prefix = "rules_spm-0.11.0",
urls = [
…
-
Hi @Viish, I am trying to build the latest linphone sdk master code locally. I still can build the version I downloaded on October without any change. However the new code generates an error. cmake --…
-
Hi, I want to make PIP for remote video, I am not familiar with objc, but I want to do like this
1. Write native module for RTCView by modify RTCVideoView
2. Give ref to remote RTCView, then call Rt…
-
> The Mega app is great! This issue covers how to debug and run the Mega iOS app on your own device. Anyone who is interested in customizing their own version of the Mega app can find this helpful.
…
pmtao updated
12 months ago
-
**Describe the bug**
I have a Flutter app that handles chats and voice calls (through the SIP plugin of a Janus gateway, using the `janus_client` package) and handling incoming/outgoing calls through…