Skip to content
Snippets Groups Projects
Commit 479839b0 authored by Tainan Felipe's avatar Tainan Felipe
Browse files

Add publisher changes

parent 1137f17b
No related branches found
No related tags found
No related merge requests found
......@@ -15,8 +15,10 @@ function meetings(credentials) {
const selector = {
$or: [
{ meetingId },
{ 'meetingProp.isBreakout': true },
{ 'breakoutProps.parentId': meetingId },
{
'meetingProp.isBreakout': true,
'breakoutProps.parentId': meetingId,
},
],
};
......
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