Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update SimpleWebRTC to version 2.2.3 #242

Merged
merged 8 commits into from
Feb 16, 2017
Merged

Update SimpleWebRTC to version 2.2.3 #242

merged 8 commits into from
Feb 16, 2017

Commits on Feb 9, 2017

  1. Update to SimpleWebRTC version 2.2.3.

    Signed-off-by: Ivan Sein <ivan@nextcloud.com>
    Ivansss committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    5424498 View commit details
    Browse the repository at this point in the history
  2. Add 'createPeer' and 'removePeers' methods from underlying library.

    Signed-off-by: Ivan Sein <ivan@nextcloud.com>
    Ivansss committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    39818c5 View commit details
    Browse the repository at this point in the history
  3. Use datachannel for audio and video state (Implemented in js/webrtc.js).

    Signed-off-by: Ivan Sein <ivan@nextcloud.com>
    Ivansss committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    ccad19b View commit details
    Browse the repository at this point in the history
  4. Add some debug logs.

    Signed-off-by: Ivan Sein <ivan@nextcloud.com>
    Ivansss committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    781d2a2 View commit details
    Browse the repository at this point in the history
  5. Check whether this is firefox before trying to get the version.

    Signed-off-by: Ivan Sein <ivan@nextcloud.com>
    Ivansss committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    bec049b View commit details
    Browse the repository at this point in the history
  6. Fix related syntax problems.

    Signed-off-by: Ivan Sein <ivan@nextcloud.com>
    Ivansss committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    c1e7b7e View commit details
    Browse the repository at this point in the history
  7. Add another error name when checking for no-camera fallback.

    Signed-off-by: Ivan Sein <ivan@nextcloud.com>
    Ivansss committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    2fd35a7 View commit details
    Browse the repository at this point in the history
  8. Emit 'localMediaStarted' with media configuration.

    Signed-off-by: Ivan Sein <ivan@nextcloud.com>
    Ivansss committed Feb 9, 2017
    Configuration menu
    Copy the full SHA
    4214e73 View commit details
    Browse the repository at this point in the history