UNPKG

jssip

Version:

The Javascript SIP library

6 lines (4 loc) 114 B
import { Socket } from './Socket'; export class WebSocketInterface extends Socket { constructor(url: string); }