updateMeta

View as MarkdownOpen in Claude
1updateMeta(_meta): Promise<void>

Merges values into custom metadata (unlike setMeta which replaces).

Not yet implemented in v4. This method is on the API surface and will throw when called.

Parameters

_meta
Record<string, unknown>Required

Metadata to merge.

Returns

Promise<void>

Throws

Throws unconditionally — implementation pending.

Examples

1await participant.updateMeta(_meta);