diff --git a/openvidu-browser/ts/OpenViduInternal/WebRtcStats.ts b/openvidu-browser/ts/OpenViduInternal/WebRtcStats.ts index 22f45fad..72ee9994 100644 --- a/openvidu-browser/ts/OpenViduInternal/WebRtcStats.ts +++ b/openvidu-browser/ts/OpenViduInternal/WebRtcStats.ts @@ -88,7 +88,7 @@ export class WebRtcStats { console.log("WebRtc stats succesfully sent to " + url + " for stream " + this.stream.streamId + " of connection " + this.stream.connection.connectionId); } } - http.send(JSON.stringify(json)); + http.send(json); } let f = (stats) => {