Merges the provided keys into the call’s custom metadata bag, preserving existing keys not mentioned in _meta. To replace the entire bag instead, use setMeta.
The merged metadata is observed via call.meta$ on all connected peers.
Not yet implemented in v4. This method is on the API surface and will throw when called.
Keys to merge into the metadata bag. Other existing keys are preserved.
Promise<void> — once implemented, resolves after the server has propagated the merged metadata.
Throws unconditionally — implementation pending.