Webex · Example Payload

Webex Getmeetingqualities Example

CallingCollaborationCommunicationEnterpriseMessagingVideo Conferencing

Webex Getmeetingqualities Example is an example object payload from Webex, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "getMeetingQualities",
  "method": "GET",
  "path": "/meeting/qualities",
  "summary": "Get Meeting Qualities",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "example": {
        "items": [
          {
            "meetingInstanceId": "e5dba9613a9d455aa49f6ffdafb6e7db_I_191395283063545470",
            "webexUserName": "John Andersen",
            "webexUserEmail": "john.andersen@example.com",
            "joinTime": "2020-04-10T17:00:00.000Z",
            "leaveTime": "2020-04-10T17:02:00.000Z",
            "joinMeetingTime": "5.793",
            "clientType": "Teams_Mobile_Client (iOS)",
            "clientVersion": "40.5.0.210",
            "osType": "mac",
            "osVersion": "Version 10.14.6 (Build 18G3020)",
            "hardwareType": "mac book",
            "speakerName": "MacBook Pro Speakers",
            "networkType": "wifi",
            "localIP": "10.24.72.54",
            "publicIP": "10.24.72.54",
            "maskedLocalIP": "10.24.72.54",
            "maskedPublicIP": "10.24.72.54",
            "camera": "FaceTime HD Camera",
            "microphone": "External Microphone",
            "serverRegion": "San Jose, USA",
            "videoMeshCluster": "Mesh Cluster One",
            "videoMeshServer": "server.example.com",
            "participantId": "8635cbf0ca1a4573b27348e560679b25_I_158174534545967299_57",
            "participantSessionId": "3324C9D0-9EA7-45A2-B249-5B62A384AFEF",
            "videoIn": [
              {
                "samplingInterval": 60,
                "startTime": "2020-04-10T17:00:00.000Z",
                "endTime": "2020-04-10T18:00:00.000Z",
                "packetLoss": [],
                "latency": [],
                "resolutionHeight": [],
                "frameRate": [
                  25.940001
                ],
                "mediaBitRate": [],
                "codec": "H.264 BP",
                "jitter": [
                  170
                ],
                "transportType": "UDP"
              }
            ],
            "videoOut": [
              {
                "samplingInterval": 60,
                "startTime": "2020-04-10T17:00:00.000Z",
                "endTime": "2020-04-10T18:00:00.000Z",
                "packetLoss": [],
                "latency": [],
                "resolutionHeight": [],
                "frameRate": [
                  25.940001
                ],
                "mediaBitRate": [],
                "codec": "H.264 BP",
                "jitter": [],
                "transportType": "UDP"
              }
            ],
            "audioIn": [
              {
                "samplingInterval": 60,
                "startTime": "2020-04-10T17:00:00.000Z",
                "endTime": "2020-04-10T18:00:00.000Z",
                "packetLoss": [],
                "latency": [],
                "resolutionHeight": [],
                "frameRate": [
                  25.940001
                ],
                "mediaBitRate": [],
                "codec": "Opus",
                "jitter": [],
                "transportType": "UDP"
              }
            ],
            "audioOut": [
              {
                "samplingInterval": 60,
                "startTime": "2020-04-10T17:00:00.000Z",
                "endTime": "2020-04-10T18:00:00.000Z",
                "packetLoss": [],
                "latency": [],
                "resolutionHeight": [],
                "frameRate": [
                  25.940001
                ],
                "mediaBitRate": [],
                "codec": "Opus",
                "jitter": [],
                "transportType": "UDP"
              }
            ],
            "shareIn": [
              {
                "samplingInterval": 60,
                "startTime": "2020-04-10T17:00:00.000Z",
                "endTime": "2020-04-10T18:00:00.000Z",
                "packetLoss": [],
                "latency": [],
                "resolutionHeight": [],
                "frameRate": [
                  25.940001
                ],
                "mediaBitRate": [],
                "codec": "H.264 BP",
                "jitter": [],
                "transportType": "UDP"
              }
            ],
            "shareOut": [
              {
                "samplingInterval": 60,
                "startTime": "2020-04-10T17:00:00.000Z",
                "endTime": "2020-04-10T18:00:00.000Z",
                "packetLoss": [],
                "latency": [],
                "resolutionHeight": [],
                "frameRate": [
                  25.940001
                ],
                "mediaBitRate": [],
                "codec": "H.264 BP",
                "jitter": [],
                "transportType": "UDP"
              }
            ],
            "resources": [
              {
                "processAverageCPU": [],
                "processMaxCPU": [],
                "systemAverageCPU": [],
                "systemMaxCPU": []
              }
            ]
          }
        ]
      }
    }
  ]
}