diff --git a/fern/apis/api/openapi.json b/fern/apis/api/openapi.json index 30bab12f6..5fae8079c 100644 --- a/fern/apis/api/openapi.json +++ b/fern/apis/api/openapi.json @@ -44235,6 +44235,10 @@ "example": true, "default": true }, + "callToken": { + "type": "string", + "description": "This is the meeting token the web client should join the call with.\nWhen video recording is enabled, joining with this token starts the cloud\nrecording automatically server-side, which is more reliable than the\nclient starting it after joining. Set by the server; only present when\nvideo recording is enabled." + }, "callUrl": { "type": "string", "description": "This is the URL of the web call."