blob: c61ec01f9e141bda89c7c0430cce4a2dbb42bef1 [file] [log] [blame]
[email protected]e265ad72012-03-16 17:28:031// Copyright (c) 2012 The Chromium Authors. All rights reserved.
[email protected]cb3b1f9312010-06-07 19:58:232// Use of this source code is governed by a BSD-style license that can be
3// found in the LICENSE file.
4
5#include "remoting/base/constants.h"
6
7namespace remoting {
8
[email protected]cdf8c572010-08-04 23:04:059const char kChromotingXmlNamespace[] = "google:remoting";
10
[email protected]b55a55f2012-06-15 00:58:3711const char kAudioChannelName[] = "audio";
[email protected]22aae952011-09-12 23:47:5112const char kControlChannelName[] = "control";
13const char kEventChannelName[] = "event";
[email protected]182ec8f22011-08-11 02:14:3514const char kVideoChannelName[] = "video";
sergeyu360f5bae2016-07-22 18:54:4515const char kVideoStatsChannelNamePrefix[] = "video_stats:";
[email protected]182ec8f22011-08-11 02:14:3516
[email protected]86409562012-03-30 01:40:4817const char kMimeTypeTextUtf8[] = "text/plain; charset=UTF-8";
[email protected]e265ad72012-03-16 17:28:0318
[email protected]cb3b1f9312010-06-07 19:58:2319} // namespace remoting