Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/spreed.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/utils/webrtc/models/CallParticipantModel.js')
-rw-r--r--src/utils/webrtc/models/CallParticipantModel.js3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/utils/webrtc/models/CallParticipantModel.js b/src/utils/webrtc/models/CallParticipantModel.js
index a58d56470..19863a7f9 100644
--- a/src/utils/webrtc/models/CallParticipantModel.js
+++ b/src/utils/webrtc/models/CallParticipantModel.js
@@ -33,6 +33,9 @@ export const ConnectionState = {
CLOSED: 'closed',
}
+/**
+ * @param options
+ */
export default function CallParticipantModel(options) {
this.attributes = {