*** id: bfddc095-4e83-4e1c-9c7f-95de42ee3633 title: getMeta slug: /js/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); ```