If you provide a custom implementation of the PacketSocketFactory, you'll need to update it to newer api.
3 functions to create async sockets get an additional 'Environment' parameter that implementations may ignore, or use to query current time when needed.
Starting with
https://webrtc-review.googlesource.com/c/src/+/408822 it would be no longer possible to call older functions other than as fallback until new ones are implemented, so implementations would be safe to remove old functions in favor of the new functions.
After October 10 old functions will be deleted from the PacketSocketFactory interface.