diff --git a/modules/xmpp/recording.js b/modules/xmpp/recording.js index 4f7edb2b0..b1d441727 100644 --- a/modules/xmpp/recording.js +++ b/modules/xmpp/recording.js @@ -89,13 +89,13 @@ Recording.prototype.isSupported = function () { */ Recording.prototype.getState = function () { return this.state; -} +}; /** * Returns the url of the recorded video. */ Recording.prototype.getURL = function () { return this.url; -} +}; module.exports = Recording;