Clan Meeting Documentation
Video API - Token Generation
4
How to generate a token (JWT) to authenticate with Clan Meeting Video API.
Sample JWT
sample_jwt Please go through the comments to understand what each JWT claim (parameter) does. It will help you restrict your…
Generate JWT
generate_jwt Best PracticesAvoid generating JWTs with unlimited or very long expiry.Create short-lived JWTs that are valid only for a few…
Use JWT For Login
use_jwt_for_login room in JWT payload should be same as roomName in optionalProperties.xxxxxxxxxx151<script>2 // TODO: change test domain and consumerId…
JWT Generator AWS
jwt_generator_aws Are you a frontend developer OR are you feeling lazy to setup a backend server of your own just…