UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

7 lines (6 loc) 193 B
import { IceCandidate } from "./IceCandidate"; export declare class SelectedCandidatePair { private local; private remote; constructor(local: IceCandidate, remote: IceCandidate); }