deleteMemberMeta
deleteMemberMeta
- deleteMemberMeta(
params):Promise<void>
Deletes the specified keys from the metadata for the specified member.
Parameters
params
Object containing the parameters of the method.
memberId
Id of the member to affect. If omitted, affects the current member.
keys
The keys to remove.
Returns
Promise<void>
Permissions
room.set_meta
You need to specify the permissions when creating the Video Room Token on the server side.