OBJECT

AudioAnalyticsBySource

Audio Analytics By Source

link GraphQL Schema definition

  • type AudioAnalyticsBySource {
  • id: ID!
  • # source of the stream
  • source: String!
  • # total streams
  • streams: Int!
  • }