UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

10 lines 310 B
export class CandidatePair { constructor(local, remote, currentRtt, state, requestsSent) { this.local = local; this.remote = remote; this.currentRtt = currentRtt; this.state = state; this.requestsSent = requestsSent; } } //# sourceMappingURL=CandidatePair.js.map