1 // Copyright (c) 2012 The Chromium Authors. All rights reserved.
2 // Use of this source code is governed by a BSD-style license that can be
3 // found in the LICENSE file.
5 #include "remoting/base/constants.h"
9 const char kChromotingTokenDefaultServiceName
[] = "chromiumsync";
11 const char kChromotingXmlNamespace
[] = "google:remoting";
13 const char kAudioChannelName
[] = "audio";
14 const char kControlChannelName
[] = "control";
15 const char kEventChannelName
[] = "event";
16 const char kVideoChannelName
[] = "video";
17 const char kVideoRtpChannelName
[] = "videortp";
18 const char kVideoRtcpChannelName
[] = "videortpc";
20 const char kMimeTypeTextUtf8
[] = "text/plain; charset=UTF-8";
22 } // namespace remoting