UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

8 lines (7 loc) 196 B
export declare class User { private _identity; private _displayName; constructor(_identity: string, _displayName: string); get identity(): string; get displayName(): string; }