Files
taoyao/taoyao-client-harmony/taoyao/include/Publisher.hpp
2023-03-19 10:56:01 +08:00

12 lines
150 B
C++
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

#pragma once
// 通道类型rtp
#define TRANSPORT_RTP "RTP"
// 通道类型webrtc
#define TRANSPORT_WEBRTC "WEBRTC"
namespace acgist {
}