Zoom’s updated policy states that all rights to Service Generated Data are retained solely by Zoom. This extends to Zoom’s rights to modify, distribute, process, share, maintain, and store such data “for any purpose, to the extent and in the manner permitted under applicable law.”, including AI and Machine Learning.

  • socphoenix
    link
    fedilink
    English
    arrow-up
    7
    ·
    11 months ago

    I looked at them too but couldn’t find an obvious way to get it from Cisco without buying a license big enough to share with everyone I know lol

    • guyrocket@kbin.social
      link
      fedilink
      arrow-up
      6
      arrow-down
      2
      ·
      11 months ago

      My understanding is that my employer dropped webex because it was more expensive than others. I think we only use Teams now which works but not as well as webex.

      • socphoenix
        link
        fedilink
        English
        arrow-up
        5
        ·
        11 months ago

        Yeah and that’s my problem I only need one 2 person conference a week and webex is like using a nuclear bomb to go fishing price wise

        • guyrocket@kbin.social
          link
          fedilink
          arrow-up
          5
          arrow-down
          1
          ·
          11 months ago

          Just a thought: Explain your needs to Jitsi devs. Or other software linked here. Maybe they could cater to a niche market to get more market share. Or offer a free music lesson for their trouble.

          Must be an email address on their site somewhere.

          • socphoenix
            link
            fedilink
            arrow-up
            7
            ·
            edit-2
            11 months ago

            Update: they have a very active github for the desktop app, and they had a fix almost immediately. There are webAPI calls that can be appended to the end of the meeting link before starting. If your link for example is “https://meet.jit.si/myLesson” you can append the following string: #config.disableAP=true&config.disableAEC=true&config.disableNS=true&config.disableAGC=true&config.disableHPF=true&config.stereo=true

            making it https://meet.jit.si/myLesson#config.disableAP=true&config.disableAEC=true&config.disableNS=true&config.disableAGC=true&config.disableHPF=true&config.stereo=true`

            and this will disable all the audio processing that could harm the meeting. You will probably want headphones though as it will cause a lot of echoes if it can hear anything from the meeting.

            Figured I’d leave this here in case anyone else was looking for a similar solution.

            EDIT: Lemmy keeps adding “amp;” after each & symbol. Those are incorrect but so far I’m failing to get the thing to stop doing it every time I hit post. Those should be removed for a working link. Try this link to see how it should look.

          • socphoenix
            link
            fedilink
            English
            arrow-up
            1
            ·
            11 months ago

            That is a good idea I’ll hunt around for where to request it later today!