Skip to content
Snippets Groups Projects
Commit 5b51d137 authored by Richard Alam's avatar Richard Alam
Browse files

- fix NPE

parent 3ef3ff96
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,7 @@ public class MeetingManager {
} else {
Meeting nm = new Meeting(meetingId);
nm.addStream(vs);
add(m);
add(nm);
}
}
......
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