getMemberMeta
getMemberMeta
- getMemberMeta():
Promise<{meta:RoomSessionMember.meta}>
Returns the metadata assigned to the specified member.
Parameters
params
Object containing the parameters of the method.
memberId
ID of the member for which to obtain the metadata.
Returns
Promise<{ meta: RoomSessionMember.meta }>
A promise that resolves to an object containing the metadata assigned to the specified RoomSessionMember.