Skip to content

zoomSdkJwt

Generate a JWT to be used in the client-side Zoom SDK. This is just available on production, and requires your account to be approved by Healthie. The JWT is valid for 1 day.

Arguments

mn · String · The Zoom meeting or webinar number
role · String · The user role. 0 to specify participant, 1 to specify host

Returns

String

Example

query zoomSdkJwt($mn: String, $role: String) {
zoomSdkJwt(mn: $mn, role: $role)
}