setMeta

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

Replaces custom metadata for this participant.

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

Parameters

_meta
Record<string, unknown>Required

Metadata object to set.

Returns

Promise<void>

Throws

Throws unconditionally — implementation pending.

Inherited from

Participant.setMeta

Examples

1await selfParticipant.setMeta(_meta);