UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

19 lines (18 loc) 593 B
export declare class PlatformOptions { private _applicationId; private _entityId; constructor(_applicationId: string, _entityId: string); get applicationId(): string; set applicationId(value: string); get entityId(): string; set entityId(value: string); static builder(): PlatformOptionsBuilder; } declare class PlatformOptionsBuilder { private _applicationId; private _entityId; setApplicationId(_applicationId: string): PlatformOptionsBuilder; setEntityId(_entityId: string): PlatformOptionsBuilder; build(): PlatformOptions; } export {};