UNPKG

stalk-js-webrtc

Version:

S-Talk web-rtc javascript client implementation.

10 lines (9 loc) 221 B
declare class SocketIoConnection { connection: any; constructor(config: any); on(ev: any, fn: any): void; emit(): void; getSessionid(): any; disconnect(): any; } export default SocketIoConnection;