ZR-CSAPI Configuration Call Layout Style JSON feedback object structure incorrect

Using this template helps us debug your issues more effectively :slight_smile:

Description
When the Call Layout Style property changes, the response that comes in JSON format has an incorrect object structure. The exptected structure per the API documentation would be zConfiguration.Call.Layout.Style but the response has the structure zConfiguration.Client.Call.Layout.Style. Would expect the topKey value to be “Call”, not “Client”. This only appears to apply to the Style property. The Style and Position properties report with the expected object structure.

Error
Response:

{[0D][0A]  "Client": {[0D][0A]    "Call": {[0D][0A]      "Layout": {[0D][0A]        "Style": "Gallery"[0D][0A]      }[0D][0A]    }[0D][0A]  },[0D][0A]  "Status": {[0D][0A]    "message": "",[0D][0A]    "state": "OK"[0D][0A]  },[0D][0A]  "Sync": false,[0D][0A]  "topKey": "Client",[0D][0A]  "type": "zConfiguration"[0D][0A]}[0D][0A]

Which App Type (OAuth / Chatbot / JWT / Webhook)?
ZR-CSAPI

Which Endpoint/s?
Zoom Room 5.6.3(2614.0425)

How To Reproduce (If applicable)
Steps to reproduce the behavior:

  1. Change the call layout style
  2. See response format

Screenshots (If applicable)

Hi @ndorin,

Thanks for raising this with us—we’re looking into this for you (ZOOM-272899).

Thanks, and I will be in touch,
Will

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.