prevent annotation publish every 10 seconds when recording. close #6723 and close #6796

This commit is contained in:
Joao Siebel 2019-02-19 16:58:06 -03:00
parent 6dbaba16c1
commit ccb21a4192

View File

@ -232,7 +232,7 @@ const BaseContainer = withTracker(() => {
userSubscriptionHandler,
breakoutRoomSubscriptionHandler,
animations,
meetingExist: !!Meetings.findOne({ meetingId }),
meetingExist: !!Meetings.find({ meetingId }).count(),
User,
meteorIsConnected: Meteor.status().connected,
};