VideoRoomSessionMethodsgetMetaAsk a question|Copy page|View as Markdown|More actionsgetMeta getMeta(): Promise<{ meta: Object }> Returns the metadata assigned to this Room Session. Returns Promise<{ meta: Object }> Example 1const { meta } = await roomSession.getMeta();2console.log(meta);