*** id: be1f6310-07cc-4696-8685-47e87a7b4735 title: getMeta slug: /node/reference/video/room-session/get-meta description: getMeta method for the RoomSession class. max-toc-depth: 3 ---------------- ### getMeta * **getMeta**(): `Promise<{ meta: Object }>` Returns the metadata assigned to this Room Session. #### Returns `Promise<{ meta: Object }>` #### Example ```javascript const { meta } = await roomSession.getMeta(); console.log(meta); ```