blob: 78524ab555cb4234e13f004f71878aca923918c7 [file] [log] [blame]
henrike@webrtc.org28e20752013-07-10 00:45:36 +00001/*
kjellander65c7f672016-02-12 00:05:01 -08002 * Copyright 2004 The WebRTC project authors. All Rights Reserved.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00003 *
kjellander65c7f672016-02-12 00:05:01 -08004 * Use of this source code is governed by a BSD-style license
5 * that can be found in the LICENSE file in the root of the source
6 * tree. An additional intellectual property rights grant can be found
7 * in the file PATENTS. All contributing project authors may
8 * be found in the AUTHORS file in the root of the source tree.
henrike@webrtc.org28e20752013-07-10 00:45:36 +00009 */
10
terelius8c011e52016-04-26 05:28:11 -070011#ifndef WEBRTC_PC_VOICECHANNEL_H_
12#define WEBRTC_PC_VOICECHANNEL_H_
henrike@webrtc.org28e20752013-07-10 00:45:36 +000013
kjellander@webrtc.org9b8df252016-02-12 06:47:59 +010014#include "webrtc/pc/channel.h"
henrike@webrtc.org28e20752013-07-10 00:45:36 +000015
terelius8c011e52016-04-26 05:28:11 -070016#endif // WEBRTC_PC_VOICECHANNEL_H_