-
hi.
just follow install instruction for android and have red screen with this error:
android red screen with error: requiring unknown module "socket.io-client/socket.io"
npm --version
4.0.5
…
-
The error message (added in [merge request #26](https://github.com/matrix-org/matrix-react-sdk/pull/26)) is not helpful to the user trying to trouble-shoot the problem.
> VoIP is unsupported
> Y…
-
The examples work nicely in localhost! (Mac, Mojave, node 12.14)
Then I set up the examples in several servers (see details below), but it doesn't seem to work: For example, in ping-pong example, t…
-
After the video call codec mismatch, I've added https://github.com/matrix-org/matrix-doc/pull/2746/commits/b62f842c0535594ae9efe6fb6db1322f84ab709b to the VoIP MSC to say we follow WebRTC's codec reco…
-
Hello my friends. I try to implement this [code](https://github.com/google/android-emulator-webrtc#usage) but it does not work.
```js
import React, { useState } from 'react';
import { Emulator } …
ghost updated
3 years ago
-
is this lib still working correct ?
im using it . every thing is ok . just call.on("stream is not fireing at all . my code is simple like docs every where .
React.useEffect(()=>{
…
-
# Bug report
- [x] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue.
- Reproduced on:
- [ ] Android
- [x] i…
-
# Bug report
- [x ] I've checked the [example](https://github.com/react-native-webrtc/react-native-callkeep/tree/master/example) to reproduce the issue.
- Reproduced on:
- [x ] Android
- [ ]…
-
Hi, I setup the three compents on one PC and I succeeded to push the stream to the ingest(connected log) from the OBS.
ws ip is changed to the LAN ip of this PC in src/wsUrl.js.
But when I refresh t…
-
### Steps to reproduce
1. twilioVideo.current.connect({
accessToken: response.data.token,
});
should call onRoomDidConnect function
### Expected behaviour
User should be connected to the room …