-
PeerConnection.js:58 Uncaught TypeError: root.peers[message.userid].setRemoteDescription is not a function
at Signaler.onsdp (PeerConnection.js:58)
at SocketNamespace.onmessage (PeerConnecti…
-
Related to #15
Currently at least first disconnected event is noticed few seconds after the strem has stopped, though this might be limitation of Chrome
-
Please expose a Promise based enumerateDevices API
-
There is an error fires, when trying to connect with safari (with temasys plugin).
```
_createOfferOrAnswer
TypeError: this.peerconnection.createAnswer.bind is not a function. (In 'this.peerconne…
-
```
- (void)_handleMessage:(id)message
{
SRFastLog(@"Received message");
[self _performDelegateBlock:^{
[self.delegate webSocket:self didReceiveMessage:message];
}];
}
``…
-
i cannot load /config from https://mywebsite ,so I want use http ,if replace all 'https' to 'http' in project ,can it work?
-
Hi guys,
Are you planing to add some functionality to take a snapshots from camera?
Can't draw image in canvas from object that is returned from plugin.
Thanks in advance.
ghost updated
7 years ago
-
See the BUG seems to be in Temasys plugin: https://github.com/andyet/SimpleWebRTC/issues/527
While using https://cdn.temasys.com.sg/adapterjs/0.13.x/adapter.debug.js, i am getting following error:
…
-
While using https://cdn.temasys.com.sg/adapterjs/0.13.x/adapter.debug.js, i am getting following error:
```
TypeError: audioContext.createMediaStreamSource is not a function. (In 'audioContext.cre…
-
I have installed Jitsi Meet on a CentOS 7.2 machine and configured manually all the services. I experience an error using the microphone when trying to open a room with IE 11 with the Temasys plugin i…