Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug - Demarrer un appel sur un poste NOEMI (RTC error) #1157

Open
mcalinghee opened this issue Nov 5, 2024 · 2 comments
Open

Bug - Demarrer un appel sur un poste NOEMI (RTC error) #1157

mcalinghee opened this issue Nov 5, 2024 · 2 comments
Labels
bug Something isn't working web

Comments

@mcalinghee
Copy link
Contributor

Steps to reproduce

  1. J'essaie de demarrer un appel audio sur un poste NOEMI

Outcome

  1. L'appel a echoue
    image

image

Operating system

Poste NOEMI

Browser information

Firefox 115.2.0esr (64 bits)

URL for webapp

No response

Application version

No response

Homeserver

No response

Will you send logs?

No

@mcalinghee mcalinghee added bug Something isn't working web labels Nov 5, 2024
@mcalinghee
Copy link
Contributor Author

En investiguant, j'ai remonte l'erreur a cette ligne de code

       const pc = new window.RTCPeerConnection({
            iceTransportPolicy: this.forceTURN ? "relay" : undefined,
            iceServers: this.turnServers.length ? this.turnServers : undefined,
            iceCandidatePoolSize: this.client.iceCandidatePoolSize,
            bundlePolicy: "max-bundle",
        });
  1. Il faudrait essayer de reproduire l'erreur
  2. Essayer de voir si les parametres sont bien rempli en particulier :
    iceServers: this.turnServers.length ? this.turnServers : undefined

@MarcWadai
Copy link
Contributor

MarcWadai commented Nov 7, 2024

Cela doit être spécifique au navigateur utilisé selon moi.

  1. La dernière version de firefox 115esr est là 115.17ers (15 version d'avance par rapport à la 115.2esr dont 3 fix de sécu critique)
  2. FF n'as pas une implémentation dingue de webrtc 😅
  3. En parcourant les bugs FF sur l'impementation de webrtc, je tombe sur plusieurs sujet qui peuvent potentiellement être lié au NOEMI
    https://bugzilla.mozilla.org/show_bug.cgi?id=1659672#c1
    https://bugzilla.mozilla.org/show_bug.cgi?id=1698141
    https://stackoverflow.com/questions/72862092/webrtc-ice-failed-in-firefox-but-working-in-ms-edge

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working web
Projects
None yet
Development

No branches or pull requests

2 participants