UNPKG

infobip-rtc

Version:

Infobip RTC JavaScript SDK - Infobip WebRTC API Implementation

5 lines (4 loc) 98 B
export default interface LocalMedia { active: boolean; transceiver?: RTCRtpTransceiver; }