Skip to content
Snippets Groups Projects
Commit 41f06644 authored by Oswaldo Acauan's avatar Oswaldo Acauan
Browse files

Fix import in stunturn reply handler

parent 6a8f997b
No related branches found
No related tags found
No related merge requests found
import { check } from 'meteor/check';
import Logger from '/imports/startup/server/logger';
import Meetings from '/imports/api/meetings';
export default function handleStunTurnReply({ payload }) {
const meetingId = payload.meeting_id;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment