UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

7 lines (6 loc) 230 B
import { CustomData } from "../../CustomDataType"; declare class ValidationUtil { private static readonly CUSTOM_DATA_LENGTH_LIMIT; static validateCustomData(customData: CustomData): void; } export default ValidationUtil;