webrtc/api/environment/OWNERS
Danil Chapovalov 7e6315a619 Introduce Environment to webrtc codebase
Bug: webrtc:15656
Change-Id: I6da85b8dbd22627d04a2f2605ce93d578b12bd4b
Reviewed-on: https://webrtc-review.googlesource.com/c/src/+/327560
Reviewed-by: Mirko Bonadei <mbonadei@webrtc.org>
Commit-Queue: Danil Chapovalov <danilchap@webrtc.org>
Reviewed-by: Harald Alvestrand <hta@webrtc.org>
Cr-Commit-Position: refs/heads/main@{#41192}
2023-11-20 10:12:36 +00:00

15 lines
511 B
Text

# Environment has a limited visibility for stronger control what utilities are
# exposed through it.
# Utilities exposed through environemnt
# - should be helpful for various WebRTC sub components.
# - should be thread safe.
# - should have a default implementation.
# - should provide functionality different to existing utilities in the
# environemnt.
# - should need at most one instance per peer connection.
set noparent
include ../../OWNERS_INFRA
danilchap@webrtc.org
hta@webrtc.org
mbonadei@webrtc.org