getMeta

View as Markdown

getMeta

  • 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);