elmarti/meteor-video-chat

View on GitHub
lib/call_log.js

Summary

Maintainability
A
0 mins
Test Coverage
import { Meteor } from 'meteor/meteor';

export default new Meteor.Collection("VideoChatCallLog");