Skip to content

Commit

Permalink
Fixed a minnor bug in stats (lynckia#863)
Browse files Browse the repository at this point in the history
  • Loading branch information
Álvaro Alonso authored Apr 20, 2017
1 parent 61148ab commit bae1ab9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion erizoAPI/WebRtcConnection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ NAN_MODULE_INIT(WebRtcConnection::Init) {
Nan::SetPrototypeMethod(tpl, "setVideoReceiver", setVideoReceiver);
Nan::SetPrototypeMethod(tpl, "getCurrentState", getCurrentState);
Nan::SetPrototypeMethod(tpl, "getStats", getStats);
Nan::SetPrototypeMethod(tpl, "getPeriodicStats", getStats);
Nan::SetPrototypeMethod(tpl, "getPeriodicStats", getPeriodicStats);
Nan::SetPrototypeMethod(tpl, "generatePLIPacket", generatePLIPacket);
Nan::SetPrototypeMethod(tpl, "setFeedbackReports", setFeedbackReports);
Nan::SetPrototypeMethod(tpl, "createOffer", createOffer);
Expand Down

0 comments on commit bae1ab9

Please sign in to comment.