2013-07-10 00:45:36 +00:00
|
|
|
/*
|
2016-02-12 00:05:01 -08:00
|
|
|
* Copyright 2004 The WebRTC project authors. All Rights Reserved.
|
2013-07-10 00:45:36 +00:00
|
|
|
*
|
2016-02-12 00:05:01 -08:00
|
|
|
* Use of this source code is governed by a BSD-style license
|
|
|
|
|
* that can be found in the LICENSE file in the root of the source
|
|
|
|
|
* tree. An additional intellectual property rights grant can be found
|
|
|
|
|
* in the file PATENTS. All contributing project authors may
|
|
|
|
|
* be found in the AUTHORS file in the root of the source tree.
|
2013-07-10 00:45:36 +00:00
|
|
|
*/
|
|
|
|
|
|
2016-04-26 05:28:11 -07:00
|
|
|
#ifndef WEBRTC_PC_VOICECHANNEL_H_
|
|
|
|
|
#define WEBRTC_PC_VOICECHANNEL_H_
|
2013-07-10 00:45:36 +00:00
|
|
|
|
2016-02-12 06:47:59 +01:00
|
|
|
#include "webrtc/pc/channel.h"
|
2013-07-10 00:45:36 +00:00
|
|
|
|
2016-04-26 05:28:11 -07:00
|
|
|
#endif // WEBRTC_PC_VOICECHANNEL_H_
|