UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

7 lines 185 B
export class SelectedCandidatePair { constructor(local, remote) { this.local = local; this.remote = remote; } } //# sourceMappingURL=SelectedCandidatePair.js.map