Skip to content
This repository has been archived by the owner on Nov 13, 2022. It is now read-only.

Added the ability to choose a specific audio device #28

Open
wants to merge 6 commits into
base: master
Choose a base branch
from

Commits on Oct 8, 2019

  1. Added properties for setting inbound/outbound audio devices

    Jonas Clément committed Oct 8, 2019
    Configuration menu
    Copy the full SHA
    4031226 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2019

  1. Added the ability to change audio device without reloading

    Without these changes, the browser will throw a DOMException when changing devices if one or more calls have been made already. I narrowed it down the remoteAudio.srcObject not being reset post-call.
    Jonas Clément committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    acb8cc0 View commit details
    Browse the repository at this point in the history
  2. Properly close microphone on call end

    Jonas Clément committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    2e18423 View commit details
    Browse the repository at this point in the history
  3. Updated README with new props

    Jonas Clément committed Oct 9, 2019
    Configuration menu
    Copy the full SHA
    6a2ab16 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2019

  1. Check if rtcSession.connection is set before removing tracks

    Jonas Clément committed Oct 24, 2019
    Configuration menu
    Copy the full SHA
    54a34e9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8697c12 View commit details
    Browse the repository at this point in the history