Skip to content

EmbeddedZoomCredentials

JWT and ZAK credentials for joining an embedded Zoom meeting

Fields

jwt · String! · required · Meeting SDK JWT for authenticating with the Zoom Web SDK
zak · String · Fresh per-user ZAK for host/alternate-host join. Null for participants.

Used By

Definition

"""
JWT and ZAK credentials for joining an embedded Zoom meeting
"""
type EmbeddedZoomCredentials {
"""
Meeting SDK JWT for authenticating with the Zoom Web SDK
"""
jwt: String!
"""
Fresh per-user ZAK for host/alternate-host join. Null for participants.
"""
zak: String
}