Update to support new apis.

This commit is contained in:
sdk-team
2023-12-26 06:10:40 +00:00
parent d3f6835294
commit c5a4e342b2
7 changed files with 18 additions and 1 deletions

View File

@@ -35,6 +35,7 @@ namespace AlibabaCloud
struct StreamData
{
long p2pTraffic;
std::string newConns;
float bps;
float rtmpBps;
long hlsTraffic;

View File

@@ -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;

View File

@@ -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;