Monday, September 6, 2021
2 changes · master
New functionality added to Odoo
Odoo Discuss now lets users start a meeting directly from the sidebar and invite others into a newly created conversation. Guests joining by invitation are guided through a welcome page where they can preview their microphone and camera and choose a display name before entering, making meetings easier to launch and join.
Original PR description
- Add a new stand-alone page "WelcomeView"
- Redirect people who join using an invitation link to the WelcomeView
- Add microphone/camera preview
- Allow guests to choose a name from the WelcomeView
- Add "Start a meeting" button to the discuss sidebar
- Create a new channel on click on the "Start a meeting" button
- Display ChannelInvitationForm on click on the "Start a meeting"
button
- Add a new field to `mail.channel` in order to define the display
mode to use for videos (e.g full screen) when joining a meeting
Task 2494829This update adds real-time collaborative editing for HTML content fields, allowing multiple users to work together in the editor through peer-to-peer connections. It also improves background messaging so different browser tabs can stay subscribed to the right collaboration updates.
Original PR description
This commit allows to use the editor collaboratively for any html field in peer to peer using webRTC. -- I confirm I have signed the CLA and read the PR guidelines at www.odoo.com/submit-pr