1#ifndef MILLICAST_API_DIAGNOSTICS_H
2#define MILLICAST_API_DIAGNOSTICS_H
33using StreamDetails = std::variant<StreamViewDetails, StreamPublishDetails>;
#define MILLICAST_API
Definition exports.h:51
Definition capabilities.h:15
std::variant< StreamViewDetails, StreamPublishDetails > StreamDetails
Definition diagnostics.h:33
General information about the current publishing session session.
Definition diagnostics.h:25
std::string stream_id
Definition diagnostics.h:30
std::string publisher_id
Definition diagnostics.h:28
std::string uuid
Definition diagnostics.h:26
std::string cluster_id
Definition diagnostics.h:29
std::string feed_id
Definition diagnostics.h:27
general information about the current viewing session.
Definition diagnostics.h:14
std::string subscriber_id
Definition diagnostics.h:16
std::string cluster_id
Definition diagnostics.h:17
std::string stream_view_id
Definition diagnostics.h:15
std::string stream_id
Definition diagnostics.h:18