webrtc-java icon indicating copy to clipboard operation
webrtc-java copied to clipboard

Allow setting field trials

Open rnett opened this issue 4 months ago • 2 comments

Is your feature request related to a problem? Please describe.

CreatePeerConnectionFactory takes a FieldTrialsView that can be used to enable experimental features (like message interleaving) - the underlying data type is a string -> string map. Currently, no ability to set this is exposed to the Java API.

Describe the solution you'd like

A way to create connection factories with custom field trials is available.

rnett avatar Oct 15 '25 03:10 rnett

Hi @rnett, I will add this to the next release!

devopvoid avatar Oct 19 '25 12:10 devopvoid

Awesome, thanks!

rnett avatar Oct 19 '25 18:10 rnett