Skip to content
Snippets Groups Projects
Commit 297442f7 authored by Thanh Dodeur's avatar Thanh Dodeur
Browse files

[FIX] mail: remove behaviours dependent on connectionState


Before this commit, there were some usages of
RTCPeerConnection.connectionState which is not available on some
browsers, including Firefox.

This commit fixes this issue and make it so that we only use
RTCPeerConnection.iceConnectionState instead.

closes odoo/odoo#77890

Signed-off-by: default avatarSébastien Theys (seb) <seb@odoo.com>
parent 8fe71cd7
No related branches found
No related tags found
No related merge requests found
Loading
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