UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

13 lines 303 B
export class User { constructor(_identity, _displayName) { this._identity = _identity; this._displayName = _displayName; } get identity() { return this._identity; } get displayName() { return this._displayName; } } //# sourceMappingURL=User.js.map