mirror of
https://github.com/mollyim/webrtc.git
synced 2025-05-12 21:30:45 +01:00

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}
15 lines
511 B
Text
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
|