Teams also doesn’t support multiple “work” accounts, so I had to boot up a laptop to accept the call. 🤷

  • Kallioapina@lemmy.world
    link
    fedilink
    English
    arrow-up
    194
    arrow-down
    4
    ·
    9 months ago

    Well they are just lying, it works fine with Firefox and has worked fine for years. I live in the EU though. Sucks to be american these days, I guess?

  • Sanctus@lemmy.world
    link
    fedilink
    English
    arrow-up
    109
    arrow-down
    1
    ·
    9 months ago

    Its cool how all these companies are allowed to just lie to you about their products functionality.

    • drolex@sopuli.xyz
      link
      fedilink
      English
      arrow-up
      38
      arrow-down
      16
      ·
      9 months ago

      If you use Firefox, you are a communist; and if you are a communist why would you need the glorious tools of corporate communication? Just make do with rotten turnips as Lenin intended

      • Pinklink@lemm.ee
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        16
        ·
        9 months ago

        Ah, making baseless, illogical comparisons and accusations using hot button words in an effort to stir up passions both pro and against, all while being completely ignorant of what you are actually saying and counting on other to be as well just enough to agree with you. I couldn’t even begin to guess what ideologies you subscribe to

        • drolex@sopuli.xyz
          link
          fedilink
          English
          arrow-up
          3
          ·
          9 months ago

          Sorry if this was not clear, but it was only a joke. I assure you, I only subscribe to first-quality ideologies.

  • mariusafa@lemmy.sdf.org
    link
    fedilink
    English
    arrow-up
    83
    ·
    9 months ago

    This team block is so agressive to firefox users that it’s literaly hardcoded as if web browser firefox then deny.

    You cam override that by changing a parameter in firefox to advertise itself as another we browser. I don’t remeber how i did it but, once i had to use firefox and i just changed that stting in order to advertise me to the host as a edge browser. With that changed i could use teams as normal.

    Epic drm.

  • dan@upvote.au
    link
    fedilink
    English
    arrow-up
    73
    ·
    edit-2
    9 months ago

    This is likely legacy code. Firefox used to have a lot of issues with WebRTC, so practically all video conferencing systems blocked it. Teams probably has some “block Firefox because it doesn’t work properly” check that was written 5+ years ago and none of the current developers are even aware of its existence.

    Well-coded ones did feature detection instead of checking the user-agent, meaning they automatically started allowing Firefox as soon as it implemented all the required features.

    Feature detection is usually the way to go. If your website / webapp depends on a particular feature, check if that specific feature exists, rather than checking for particular browsers. Browser checks are still needed in some cases, for example Safari sometimes reports that it supports particular features but it really doesn’t (or they’re so buggy to the point where they’re unusable), but that’s relatively rare.

    • drathvedro@lemm.ee
      link
      fedilink
      English
      arrow-up
      15
      arrow-down
      1
      ·
      9 months ago

      Feature detection is usually the way to go. If your website / webapp depends on a particular feature, check if that specific feature exists, rather than checking for particular browsers. Browser checks are still needed in some cases, for example Safari sometimes reports that it supports particular features but it really doesn’t (or they’re so buggy to the point where they’re unusable), but that’s relatively rare.

      This is tough to implement when the feature is present, but implemented wrong. Or, even worse, when it’s implemented right, but the most popular browser implements it wrong and almost everyone else follow suit for compatibility reasons, except for one that takes the stance of following standards. I know safari is notorious for this, think pale moon had those issues, too, and there are still echoes from the past from pre-chrome internet explorer, thank god it’s finally dead.

        • dan@upvote.au
          link
          fedilink
          English
          arrow-up
          4
          arrow-down
          2
          ·
          9 months ago

          At least Chrome is mostly standards-compliant and doesn’t do anything too weirdly. I’d say Safari is the new IE - lots of weird bugs that no other browser has, and sometimes you need hacks specific to Safari.

          • Monument@lemmy.sdf.org
            link
            fedilink
            English
            arrow-up
            6
            ·
            9 months ago

            That’s fair. I meant that more in terms of using market dominance to shape the browser market, and not in entirely good ways.

            I’ll rue the day that every website insists it only works with Chrome because of some user-privacy degrading feature that Google insists is a core web technology.

          • drathvedro@lemm.ee
            link
            fedilink
            English
            arrow-up
            2
            ·
            9 months ago

            I couldn’t say that it is. Chrome team’s usual approach is to make and release stuff first, write specifications later. By the time the other browsers come along, there’s already both market adoption and bunch of dumb decisions set in stone as a standard. Most notable examples of this would be QUIC and WebUSB

      • dan@upvote.au
        link
        fedilink
        English
        arrow-up
        4
        ·
        9 months ago

        This is tough to implement when the feature is present, but implemented wrong

        Sometimes it’s doable if you can call the API and check that the result is what you’d expect. For example, a long time ago some browsers incorrectly handled particular Unicode characters in JSON.parse. Sites could check for the incorrect behaviour and shim JSON.parse with a version that fixes the output.

        I’ve never worked with WebRTC but I imagine it might be difficult to do that with some of its APIs given they require camera or microphone access (meaning you can’t check for the bug until the user actually tries to use it).

        • drathvedro@lemm.ee
          link
          fedilink
          English
          arrow-up
          1
          ·
          9 months ago

          Sometimes it’s doable if you can call the API and check that the result is what you’d expect

          Yeah, you can even test visual and network stuff at a cost of latency, but it’s hard and lots of developers are too lazy to do this, I’ve often seen sites that don’t even check if function exists before calling it, crashing the entire site because adblock cut out google tags or they call API that isn’t even implemented in firefox.

          I’ve never worked with WebRTC but I imagine it might be difficult to do that with some of its APIs given they require camera or microphone access

          I did. It’s a complete mess. First and foremost exactly because it’s a soup of completely unrelated tech - P2P, webcams, audio in&out, stream processing and compression, SIP(!?). There’s no good debug tooling available and lots of stuff is buried inside browser’s implementation. And, on top of that, any useful info on the topic is usually buried under lots of “make a skype killer in 5 minutes” kind of libraries with hardcoded TURN servers - the developer’s overpriced TURN servers, that is.

    • DacoTaco@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      ·
      9 months ago

      This is indeed the case. I use firefox daily, including for teams. I have to fake my user agent to do it, but it works. Its purely teams just saying fuck you to firefox…

      • raspberriesareyummy@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        ·
        edit-2
        9 months ago

        Could you share your user agent string please? I am still on the Teams desktop app for Linux, but that’s been discontinued in 2022 already, so I am anticipating the day it will stop working altogether. And I haven’t even managed to log in to teams web with Chromium yet (and no, I don’t want to install f*cking Chrome itself) - I get a permanent login loop on successful username / password :/

        Edit: never mind, I found it here: https://sopuli.xyz/comment/6224391

        User Agent String that works for me:

        Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

        • Natanael@slrpnk.net
          link
          fedilink
          English
          arrow-up
          2
          ·
          9 months ago

          You should update the spoofed agent occasionally or else you may get an update warning from some sites and get blocked. Just check what a current version of an allowed browser reports and copy it.

          • raspberriesareyummy@lemmy.world
            link
            fedilink
            English
            arrow-up
            1
            ·
            9 months ago

            Yeah, probably a good idea. Nevertheless, I am pissed (but not surprised) to see that Firefox is getting locked out on purpose. A sincere “Fuck you” @Microsoft.

      • Iceman9665@lemmy.world
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 months ago

        Do you get all teams functionality? I tried user agent sppof but couldn’t join conference calls properly on work teams so back to Chrome or was

        • DacoTaco@lemmy.world
          link
          fedilink
          English
          arrow-up
          1
          ·
          9 months ago

          There are a few quirks. Mostly doing video calls that doesnt work and makes me unable to join calls. Not a big loss for me haha.
          But as long as i dont enable video on my end, its fine.
          Teams is very fragile though, and a few of my privacy addons totally makes teams glitch once in a while

    • kibiz0r@lemmy.world
      link
      fedilink
      English
      arrow-up
      6
      arrow-down
      1
      ·
      9 months ago

      They might be doing feature detection on one of the more obscure APIs, too. I know there’s some audio manipulation APIs that aren’t available.

      Someone complained about Discord deliberately blocking Firefox users because of that, but it turned out that spoofing the user agent would actually break the feature.

    • hemko@lemmy.dbzer0.com
      link
      fedilink
      English
      arrow-up
      5
      ·
      edit-2
      9 months ago

      Teams used to have more features on Firefox. Microsoft has intentionally started stripping off shit to move people to edgium

      • dan@upvote.au
        link
        fedilink
        English
        arrow-up
        1
        ·
        9 months ago

        Oh… I didn’t know this. Maybe it is intentionally malicious then. Hmm.

  • Hellfire103@sopuli.xyz
    link
    fedilink
    English
    arrow-up
    66
    arrow-down
    1
    ·
    9 months ago

    Try changing your user agent to a Chrome one (e.g. Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36). Works a treat!

    • waigl@lemmy.world
      link
      fedilink
      English
      arrow-up
      56
      arrow-down
      1
      ·
      9 months ago

      Sidenote:

      HTTP user agents have become absolutely bonkers over the years.

      • dan@upvote.au
        link
        fedilink
        English
        arrow-up
        5
        arrow-down
        1
        ·
        9 months ago

        There’s an API called “client hits” that’s replacing user-agent. Some of the hints will require the user to provide permission for the site to use them, since they could be used for fingerprinting.

        Major browsers (Chrome and I thibk Firefox) are freezing the user-agent. The only thing that’ll be changing in user agents is the major browser version. Other parts including platform will be static. Chrome on Windows will always report itself as Windows 10 for example. https://www.chromium.org/updates/ua-reduction/

      • eek2121@lemmy.world
        link
        fedilink
        English
        arrow-up
        3
        arrow-down
        21
        ·
        9 months ago

        Not really. The example listed above is perfectly readable.

        Knowing the versions of webkit, browser version, etc. is important due to inconsistencies, new features, mossing features, and deprecated features. Sure it can be faked, but that is on the end user.

        • waigl@lemmy.world
          link
          fedilink
          English
          arrow-up
          28
          ·
          9 months ago

          There is more information in there that isn’t actually true and only supposed to trick some old web servers into treating it a certain way than there is actually correct information,

          It mentions three different browsers, only one of which is actually true, and three different rendering engines, none of which is actually what’s used.

        • dan@upvote.au
          link
          fedilink
          English
          arrow-up
          8
          ·
          edit-2
          9 months ago

          Chrome doesn’t use Webkit, and the referenced Webkit version is probably 10 years old at this point. The user agent is full of stuff for backwards compatibility. That’s why it’s being deprecated in favour of a better API (client hints)

    • redcalcium@lemmy.institute
      link
      fedilink
      English
      arrow-up
      13
      ·
      9 months ago

      Feels like we’re back to 2007 again when spoofing firefox user agent to IE would fix websites not working properly, only now we spoof it to chrome instead.

    • raspberriesareyummy@lemmy.world
      link
      fedilink
      English
      arrow-up
      1
      ·
      9 months ago

      Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36

      thank you, this worked for me! :)

  • Zuberi 👀@lemmy.dbzer0.com
    link
    fedilink
    English
    arrow-up
    43
    ·
    9 months ago

    Just change your Useragent, Microsoft is a bunch of dummies and didn’t even bother to code it in a way that makes sense as a DRM lmfao.

  • Eager Eagle@lemmy.world
    link
    fedilink
    English
    arrow-up
    23
    ·
    edit-2
    9 months ago

    given the love Teams receives, it not working in [ insert browser ] is definitely a feature

  • Evkob@lemmy.ca
    link
    fedilink
    English
    arrow-up
    18
    arrow-down
    1
    ·
    9 months ago

    Have you tried changing your user agent string to Chrome? I know it can sometimes sidestep these types of “errors”. It can be changed manually through about:config under general.useragent.override, or there exists plenty of addons to switch it more easily.

    • qaz@lemmy.worldOP
      link
      fedilink
      English
      arrow-up
      6
      ·
      9 months ago

      I’ve avoided changing my user agent because Firefox’s apperant market share is already so low. I’ve installed the extension and will it try it with my work container though.

  • frankenswine@lemmy.world
    link
    fedilink
    English
    arrow-up
    15
    ·
    9 months ago

    You can make it work by changing your UserAgent string (there’s plugins for that) to some older chrome version to make things work.

    • helpmyusernamewontfi@lemmy.today
      link
      fedilink
      English
      arrow-up
      6
      ·
      9 months ago

      The problem I have with this though is if enough people on Firefox spoof their user agent to Chrome, it’s gonna look like less and less people are using Firefox and Chrome will eventually have a monopoly.

      • hypertext@feddit.de
        link
        fedilink
        English
        arrow-up
        2
        arrow-down
        1
        ·
        9 months ago

        They already have a monopoly. The amount of people using FF is pretty small unfortunately. And there’s a bunch of sites that only test in Chrome and sometimes even actively “block” Firefox like here without making an effort to check for capabilities instead of user agent.

      • And009@lemmynsfw.com
        link
        fedilink
        English
        arrow-up
        1
        ·
        edit-2
        9 months ago

        Not sure that’s how monopoly work, the folks on both end will still have data of their actual userbase

        • helpmyusernamewontfi@lemmy.today
          link
          fedilink
          English
          arrow-up
          1
          ·
          9 months ago

          Sorry I dont really understand your point, it could be my bad English.

          I’m gonna explain my point further; You can make it look like you’re using Chrome when you’re not, and if everyone just makes it look like they’re using Chrome, then developers will only support Chrome and Google can and will pull off whatever shit they want to like Web DRM, just under a different name which they’ve done in the past.

          So the minority using Firefox won’t have proper support and will see more pop ups like these from more websites. The only difference being whatever feature the website needs actually won’t be supported on Firefox because developers only see that everyone is using “Chrome”.

          • Kyouki@lemmy.world
            link
            fedilink
            English
            arrow-up
            2
            ·
            9 months ago

            How about not having these arbitrary not needed restrictions in the first place? This is just the usual scummy behavior from this company.

  • PoolloverNathan@programming.dev
    link
    fedilink
    English
    arrow-up
    13
    ·
    edit-2
    9 months ago

    Teams also doesn’t support multiple “work” accounts

    Firefox lets you have completely separate profiles with separate accounts (URL: about:profiles, it can’t be linked to for security reasons) and also an official extension to have another layer of profiles on a per-tab basis (containers).

    • Thorry84@feddit.nl
      link
      fedilink
      English
      arrow-up
      10
      ·
      edit-2
      9 months ago

      Also no idea what he is talking about, I have 4 work accounts in Teams. Ever since they rebuilt their frontend to the “New Teams” multiple accounts have been working just fine.

      In the past I had multiple Team instances as PWA for different work accounts, nowadays it’s all in one app and works pretty good.

      Not to defend Teams, it’s total shit, a lot of shit straight up doesn’t work half of the time, including important shit like notifications for new messages and content. But it has come a long way from the days including any image in chat would crash Teams for all participants. It isn’t perfect and the amount of resources it used to do what it does is awful, but compared to most modern apps it’s pretty good.

      Just don’t tell a Teams dev Microsoft Messenger did 99% of the same stuff and ran super fast on a Pentium 3 333mhz with 64MB of ram, they’ll cry and you’ll be called out for being a bully.

  • betz24@lemmynsfw.com
    link
    fedilink
    English
    arrow-up
    14
    arrow-down
    1
    ·
    9 months ago

    I works for me without a user agent change if I enter through the Microsoft 365 teams workspace and not a teams share link.

  • edric@lemm.ee
    link
    fedilink
    English
    arrow-up
    13
    arrow-down
    2
    ·
    9 months ago

    The other issue I have with conferencing apps on browsers is that they request access to your microphone even if it’s a one-way audio session (i.e. webinar). It should be set in a way where you can separately join a meeting with audio without allowing access to your microphone.

  • Thermal_shocked@lemmy.world
    link
    fedilink
    English
    arrow-up
    10
    ·
    9 months ago

    You can use multiple work accounts in the app, have some clients that have their clients give them accounts to communicate internally with them. Just have to keep switching.

    • potustheplant@feddit.nl
      link
      fedilink
      English
      arrow-up
      5
      arrow-down
      1
      ·
      9 months ago

      Just wanted to point out that this is a feature in the “new” version of teams. Until about a month ago it was impossible to log in to two work accounts simultaneously.