Added option to log streams by their ID, allowing for easier "per-stream" log analyzing (#5507)
This commit is contained in:
@@ -87,6 +87,7 @@ public:
|
||||
QString uptime;
|
||||
int uptimeSeconds = 0;
|
||||
QString streamType;
|
||||
QString streamId;
|
||||
};
|
||||
|
||||
struct RoomModes {
|
||||
@@ -133,6 +134,7 @@ public:
|
||||
bool hasHighRateLimit() const override;
|
||||
bool canReconnect() const override;
|
||||
void reconnect() override;
|
||||
QString getCurrentStreamID() const override;
|
||||
void createClip();
|
||||
|
||||
// Data
|
||||
|
||||
Reference in New Issue
Block a user