Update to support new apis.
This commit is contained in:
@@ -35,6 +35,7 @@ namespace AlibabaCloud
|
||||
struct StreamData
|
||||
{
|
||||
long p2pTraffic;
|
||||
std::string newConns;
|
||||
float bps;
|
||||
float rtmpBps;
|
||||
long hlsTraffic;
|
||||
|
||||
@@ -75,6 +75,11 @@ public:
|
||||
MaxVideoUser maxVideoUser;
|
||||
};
|
||||
Layout layout;
|
||||
struct Background {
|
||||
std::string uRL;
|
||||
std::string renderMode;
|
||||
};
|
||||
Background background;
|
||||
struct UserInfosItem {
|
||||
std::string streamType;
|
||||
std::string sourceType;
|
||||
|
||||
@@ -75,6 +75,11 @@ public:
|
||||
MaxVideoUser maxVideoUser;
|
||||
};
|
||||
Layout layout;
|
||||
struct Background {
|
||||
std::string uRL;
|
||||
std::string renderMode;
|
||||
};
|
||||
Background background;
|
||||
struct UserInfosItem {
|
||||
std::string streamType;
|
||||
std::string sourceType;
|
||||
|
||||
Reference in New Issue
Block a user