&micsamplesize
Sets the microphone capture sample size (bit depth)
Last updated
Was this helpful?
Sets the microphone capture sample size (bit depth)
Sender-Side Option! (&push)
Example: &micsamplesize=16
Integer (bits)
Target mic sample size (e.g., 16, 24)
Capture constraint: requests getUserMedia({ audio: { sampleSize } }) for the microphone.
Support varies by browser and device; the constraint may be ignored if unsupported.
Common value is 16-bit; higher values may not be honored.
Last updated
Was this helpful?
Was this helpful?