When creating an event the event always auto records

Created on 22 January 2024, 10 months ago

Problem/Motivation

When creating an event like so:

POST /create-virtual-event

BODY:

{
  "entity_id": 10001,
  "enable_virtual_event": false,
  "settings": {
    "welcome": "",
    "record": false,
    "logoutURL": "https://www.test.com/",
    "guest_policy": "",
    "muteOnStart": true,
    "testing": true
  } 
}

Proposed resolution

Give users the chance to just remove parameters from the request. In case of the parameter record It is clear that when this parameter is missing from the request, the meeting won't auto record.

📌 Task
Status

Active

Version

1.0

Component

Code

Created by

🇬🇧United Kingdom globexplorer

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Production build 0.71.5 2024