Browser SDK
Build voice, video and chat applications for the browser
v3
Deprecated
Promise<{ meta: Object }>
Returns the metadata assigned to the specified member.
Object containing the parameters of the method.
Id of the member for which to obtain the metadata. If omitted, refers to the current member.
1const { meta } = await roomSession.getMemberMeta();2console.log(meta);