UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

9 lines (8 loc) 303 B
export declare class CorrelationContext { userId?: string | undefined; instanceId?: string | undefined; callId?: string | undefined; constructor(userId?: string | undefined, instanceId?: string | undefined, callId?: string | undefined); private Append; toHttpHeader(): string; }