OLD | NEW |
1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. | 1 # Copyright (c) 2011 The WebRTC project authors. All Rights Reserved. |
2 # | 2 # |
3 # Use of this source code is governed by a BSD-style license | 3 # Use of this source code is governed by a BSD-style license |
4 # that can be found in the LICENSE file in the root of the source | 4 # that can be found in the LICENSE file in the root of the source |
5 # tree. An additional intellectual property rights grant can be found | 5 # tree. An additional intellectual property rights grant can be found |
6 # in the file PATENTS. All contributing project authors may | 6 # in the file PATENTS. All contributing project authors may |
7 # be found in the AUTHORS file in the root of the source tree. | 7 # be found in the AUTHORS file in the root of the source tree. |
8 | 8 |
9 # Inspired by chromium.org: | 9 # Inspired by chromium.org: |
10 # http://dev.chromium.org/developers/contributing-code/watchlists | 10 # http://dev.chromium.org/developers/contributing-code/watchlists |
(...skipping 94 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
105 'audio-team@agora.io', | 105 'audio-team@agora.io', |
106 'bjornv@webrtc.org', | 106 'bjornv@webrtc.org', |
107 'minyue@webrtc.org', | 107 'minyue@webrtc.org', |
108 'peah@webrtc.org'], | 108 'peah@webrtc.org'], |
109 'audio': ['solenberg@webrtc.org', | 109 'audio': ['solenberg@webrtc.org', |
110 'tina.legrand@webrtc.org'], | 110 'tina.legrand@webrtc.org'], |
111 'call': ['mflodman@webrtc.org', | 111 'call': ['mflodman@webrtc.org', |
112 'pbos@webrtc.org', | 112 'pbos@webrtc.org', |
113 'solenberg@webrtc.org', | 113 'solenberg@webrtc.org', |
114 'stefan@webrtc.org'], | 114 'stefan@webrtc.org'], |
115 'video': ['andresp@webrtc.org', | 115 'video': ['mflodman@webrtc.org', |
116 'mflodman@webrtc.org', | |
117 'pbos@webrtc.org', | 116 'pbos@webrtc.org', |
118 'perkj@webrtc.org', | 117 'perkj@webrtc.org', |
119 'solenberg@webrtc.org', | 118 'solenberg@webrtc.org', |
120 'stefan@webrtc.org', | 119 'stefan@webrtc.org', |
121 'video-team@agora.io', | 120 'video-team@agora.io', |
122 'yujie.mao@webrtc.org', | 121 'yujie.mao@webrtc.org', |
123 'zhengzhonghou@agora.io'], | 122 'zhengzhonghou@agora.io'], |
124 'voice_engine': ['andrew@webrtc.org', | 123 'voice_engine': ['andrew@webrtc.org', |
125 'audio-team@agora.io', | 124 'audio-team@agora.io', |
126 'henrika@webrtc.org', | 125 'henrika@webrtc.org', |
(...skipping 42 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
169 'stefan@webrtc.org', | 168 'stefan@webrtc.org', |
170 'zhuangzesen@agora.io'], | 169 'zhuangzesen@agora.io'], |
171 'remote_bitrate_estimator': ['mflodman@webrtc.org', | 170 'remote_bitrate_estimator': ['mflodman@webrtc.org', |
172 'stefan@webrtc.org', | 171 'stefan@webrtc.org', |
173 'zhuangzesen@agora.io'], | 172 'zhuangzesen@agora.io'], |
174 'pacing': ['mflodman@webrtc.org', | 173 'pacing': ['mflodman@webrtc.org', |
175 'stefan@webrtc.org', | 174 'stefan@webrtc.org', |
176 'zhuangzesen@agora.io'], | 175 'zhuangzesen@agora.io'], |
177 'rtp_rtcp': ['mflodman@webrtc.org', | 176 'rtp_rtcp': ['mflodman@webrtc.org', |
178 'stefan@webrtc.org', | 177 'stefan@webrtc.org', |
| 178 'danilchap@webrtc.org', |
179 'zhuangzesen@agora.io'], | 179 'zhuangzesen@agora.io'], |
180 'system_wrappers': ['fengyue@agora.io', | 180 'system_wrappers': ['fengyue@agora.io', |
181 'henrika@webrtc.org', | 181 'henrika@webrtc.org', |
182 'mflodman@webrtc.org', | 182 'mflodman@webrtc.org', |
183 'peah@webrtc.org', | 183 'peah@webrtc.org', |
184 'zhengzhonghou@agora.io'], | 184 'zhengzhonghou@agora.io'], |
185 }, | 185 }, |
186 } | 186 } |
OLD | NEW |