UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

5 lines (4 loc) 131 B
import { RequestContext } from "../api"; export interface Authentication { pre?: (context: RequestContext) => Promise<void>; }