UNPKG

@testrtc/watchrtc-sdk

Version:

Monitor your WebRTC application by collecting WebRTC statistics from end users

9 lines (8 loc) 324 B
import { IHttpService } from "./interfaces"; export default class WatchRTCHttp implements IHttpService { static _instance: WatchRTCHttp; constructor(); trace(url: string, sessionId: string, projectId?: string, rtcRoomId?: string, rtcPeerId?: string, ...data: any[]): Promise<{} | { error: any; }>; }