8000 Mandatory Audio Constraints · Issue #107 · flutter-webrtc/flutter-webrtc · GitHub
[go: up one dir, main page]

Skip to content 8000
Mandatory Audio Constraints #107
Closed
Closed
@clg236

Description

@clg236

Hi,

I've been trying to force audio constraints in my SDP, but am not sure if I'm formatting the contraints argument to navigator.getUserMedia correctly.

Currently I tried the following, but it doesn't seem to be working in the SDP:

"video: false,
"audio": {
          "exact": {
            "channelCount": 2,
            "echoCancellation": false,
            "autoGainControl": false,
            "noiseSuppression": false,
            "latency": 50,
            "sampleRate": 48,
            "sampleSize": 16,
          }
      }

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    Status

    Done

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0