{
    "message": "Live Meeting SDK signature generation is disabled on this public demo.",
    "liveSignatureGenerationDisabled": true,
    "reason": "This endpoint intentionally does not load the configured Meeting SDK key, SDK secret, or return a signed JWT.",
    "requestShape": {
        "method": "POST",
        "body": {
            "meetingNumber": "{MEETING_NUMBER}",
            "role": "0 for attendee, 1 for host"
        }
    },
    "jwtPayloadShape": {
        "appKey": "{APP_KEY}",
        "mn": "{MEETING_NUMBER}",
        "role": "0 or 1",
        "iat": "{UNIX_TIMESTAMP}",
        "exp": "{UNIX_TIMESTAMP}",
        "tokenExp": "{UNIX_TIMESTAMP}"
    },
    "expectedResponseFields": [
        "signature",
        "appKey"
    ]
}