-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Mandatory Audio Constraints #107
Copy link
Copy link
Closed
Labels
Description
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,
}
}
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done