updateMemberMeta
updateMemberMeta
- updateMemberMeta(
params):Promise<void>
Updates a member’s metadata in only the specified fields. This is different from setMemberMeta, which replaces the whole metadata object.
Parameters
params
Object containing the parameters of the method.
memberId
Id of the member to affect. If omitted, affects the current member.
meta
The update to the metadata.
Returns
Promise<void>
Permissions
room.set_meta
You need to specify the permissions when creating the Video Room Token on the server side.