Browser SDK
Build voice, video and chat applications for the browser
v3
Deprecated
Promise<{ meta
Object
Returns the metadata assigned to this Room Session.
Promise<{ meta: Object }>
1const { meta } = await roomSession.getMeta();2console.log(meta);