Skip to content
This repository has been archived by the owner on Sep 2, 2024. It is now read-only.

Modern constraints #54

Merged
merged 2 commits into from
Jul 24, 2019
Merged

Modern constraints #54

merged 2 commits into from
Jul 24, 2019

Commits on Jul 17, 2019

  1. android,ios: fix facingMode values

    The back camera's facing mode is "environment" as per the spec:
    https://www.w3.org/TR/mediacapture-streams/#def-constraint-facingMode
    saghul committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    762a7e2 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2019

  1. api: use modern style constraints

    Legacy constraints are still supported. This unlocks changing the
    capture resolution and framerate.
    
    In addition, proper createOffer / createAnswer options are implemented:
    exposed as options in JS, but translated to constraints-style in native
    since that's what the Java and Objective-C APIs have to offer.
    saghul committed Jul 24, 2019
    Configuration menu
    Copy the full SHA
    e78b092 View commit details
    Browse the repository at this point in the history