RTC SDK Auto Released By renrang.yl,Version:1.30.2

Signed-off-by: yixiong.jxy <yixiong.jxy@alibaba-inc.com>
This commit is contained in:
yixiong.jxy
2018-11-07 17:36:33 +08:00
parent f189a9dbb2
commit 374b56dd63
81 changed files with 5831 additions and 653 deletions

View File

@@ -36,6 +36,17 @@ void DeleteChannelRequest::setApp_ip(const std::string& app_ip)
setParameter("App_ip", app_ip);
}
std::string DeleteChannelRequest::getPopProduct()const
{
return popProduct_;
}
void DeleteChannelRequest::setPopProduct(const std::string& popProduct)
{
popProduct_ = popProduct;
setParameter("PopProduct", popProduct);
}
std::string DeleteChannelRequest::getProduct()const
{
return product_;