UNPKG

sinch-rtc

Version:

RTC JavaScript/Web SDK

11 lines (10 loc) 251 B
/** * Holds an user encryption key in array of bytes */ export declare class SymmetricKey { key: any; /** * @param keyAsBase64 - encoded in base64 param taken from Ocra getConfig response */ constructor(keyAsBase64: string); }