fritzy/SleekXMPP 1123
Python 2.6+/3.1+ XMPP Library
A simple parser/writer for the Session Description Protocol
A super lightweight EventEmitter similar to what comes in Node.js, but with a support for wildcard events '*'
WebRTC abstraction for managing it simple to manage multiple peer connections of various types.
HenrikJoreteg/human-javascript 78
Book on building sanely architected JS apps
Strict models are a drop-in replacement for Backbone models but are far more restrictive and structured.
HenrikJoreteg/humanjs-sample-app 70
Sample app for human javascript book
A JavaScript model system for validation, creation, and editing of models.
HenrikJoreteg/webrtcsupport 55
Browser module to detect support for WebRTC and extract proper constructors.
legastero/jingle-interop-demos 43
A collection of Javascript Jingle clients for interop testing.
startedlegastero/stanza
started time in 5 days
startedlegastero/stanza
started time in 9 days
PR opened legastero/stanza
Added the Typescript Typings for the 'jingle:accepted' event.
pr created time in 11 days
startedlegastero/stanza
started time in 11 days
startedevantravers/hammerspoon-config
started time in 12 days
startedlegastero/stanza
started time in 12 days
startedlegastero/stanza
started time in 13 days
issue commentwebrtcHacks/adapter
TypeError navigator.mediaDevices is undefined, at shimGetUserMedia
getUserMedia has not been supported on HTTP for a while with the exception of localhost since 2015: https://developers.google.com/web/updates/2015/10/chrome-47-webrtc?hl=en
comment created time in 13 days
issue commentwebrtcHacks/adapter
TypeError navigator.mediaDevices is undefined, at shimGetUserMedia
Unable to connect to Room: getUserMedia is not supported whenever i am running in http://192.168.0.56:8000/ (local IP)
comment created time in 13 days
push eventotalk/rtcpeerconnection-jingle
commit sha e00f86609ae6cc478db2704eb2fe987e79708635
1.4.0
push time in 13 days
created tagotalk/rtcpeerconnection-jingle
rtcpeerconnection, extended with a JSON format. And easy to map to Jingle
created time in 13 days
startedlegastero/stanza
started time in 17 days
startedlegastero/stanza
started time in 19 days
issue closedwebrtcHacks/adapter
Please read first!
Please use discuss-webrtc for general technical discussions and questions.
- [x] I have provided steps to reproduce (e.g. a link to a jsfiddle)
- [x] I have provided browser name, version and adapter.js version
- [x] This issue only happens when adapter.js is used
Note: If the checkboxes above are not checked (which you do after the issue is posted), the issue will be closed.
Versions affected
Browser name including version (e.g. Chrome 64.0.3282.119) Safari 13.1 MacOS
adapter.js (e.g. 6.1.0) 7.6.0
Description
TypeError: Attempted to assign to readonly property
when calling setRemoteDescription()
with an SDP containing "a=extmap-allow-mixed"
Error in common_shim.js
, line 333:
desc.sdp = ... is read-only and fails
Steps to reproduce
Call setRemoteDescription()
with SDP containing "a=extmap-allow-mixed"
Expected results
setRemoteDescription()
to work without exceptions in Safari :)
Actual results
setRemoteDescription()
fails
closed time in 21 days
ea167issue commentwebrtcHacks/adapter
overtaken by events, new safari versions don't use this anymore.
comment created time in 21 days
push eventwebrtcHacks/adapter
commit sha fcc417e198f9454d64391884ee85ec72b77e5f9a
query browserDetails once and pass them which improves testability. No functional changes
commit sha 0656728f73ee5cabd83822e329b2b3c8f9452ca3
Merge pull request #1070 from webrtcHacks/query-details-once query browserDetails once and pass them
push time in 21 days
PR merged webrtcHacks/adapter
which improves testability. No functional changes.
pr closed time in 21 days
PR opened webrtcHacks/adapter
which improves testability. No functional changes.
pr created time in 21 days
push eventwebrtcHacks/adapter
commit sha 27d724f08958a008aa244f99657bb7c4901d0a48
rename extmap common shim and add units tests
commit sha 3453b44c79da470b7f703371f1f8b0d3476dcc1d
Merge pull request #1069 from webrtcHacks/moar-tests rename extmap common shim
push time in 21 days
push eventwebrtcHacks/adapter
commit sha 27d724f08958a008aa244f99657bb7c4901d0a48
rename extmap common shim and add units tests
push time in 21 days