Closed
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,
}
}
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
Done