webrtc_m130/webrtc/api/ortc/sessiondescription.cc
zhihuang 55adc0e1a5 Add skeleton webrtc::SessionDescription and webrtc::MediaDescription classes.
BUG=webrtc:7311

Review-Url: https://codereview.webrtc.org/2743003004
Cr-Commit-Position: refs/heads/master@{#17181}
2017-03-11 02:33:45 +00:00

14 lines
479 B
C++

/*
* Copyright 2017 The WebRTC project authors. All Rights Reserved.
*
* 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.
*/
#include "webrtc/api/ortc/sessiondescription.h"
namespace webrtc {}