Skip to content

embeddedZoomJwt

Generate JWT for embedded Zoom video chat. Returns JWT with host role for providers, participant role for clients. Requires user to have access to the appointment and embedded-zoom feature flag enabled.

Arguments

appointment_id · ID! · required

Returns

String

Example

query embeddedZoomJwt($appointment_id: ID!) {
embeddedZoomJwt(appointment_id: $appointment_id)
}