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

Allow setting field trials

Open rnett opened this issue 3 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