How to Mute/UnMute using Teams in-Meetings app - microsoft-graph-teams

does Toggling incoming audio feature still in preview state ?
I was tring to to build Teams meeting app according to this documentation
https://learn.microsoft.com/en-us/microsoftteams/platform/apps-in-teams-meetings/meeting-apps-apis?tabs=dotnet#toggle-incoming-audio
But App didn't work for one of Tenant which was Teams Developer preview enabled one

Related

Set app as default launcher Programmatically

we have an app that is used by providers for TV. We do not have Operator tier yet since there requirements are really high..
The issue we have is we use a commercial Android Tv box provider and they have a similar panel(like tier) for us to manage the device like remote buttons..
In order to facilitate the user experience we need to enable the app as a laucher for Home button to load our application.
But to get to that, we need to enable developer mode and then debug... A big process for common users to manage if they factory reset there boxes..
Also we do not want that dialog to show all the time that asks if we want this application to be set as default laucher..
Is there a way with android 10 and up to have our app as a default laucher?Without playing arround with ADB and developer settings?
Thx!

How to accept Firebase Properties Google Analytics updated Terms of Service of hosting only project (no apps)?

I have more than a dozen Firebase projects, some of them are hosting-only (without any attached apps), a few of them has apps too (usually any mobile app I have has a companion website and sometimes the app can even interact with its website). Each website has Google Analytics property created and associated with (not via Firebase, but via Google Analytics).
Firebase started to warn us to accept updated Google Analytics Terms of Service. Today it's a final notice:
This is the final reminder that you own one or more Firebase projects using Google Analytics that have not accepted the updated Terms of Service. Accepting the Terms is required to continue using Google Analytics.
I could accept the updated ToS for those few projects where Firebase hosted website has a companion app as well. But any other website which is hosting only does not offer that.
I don't have any companion app (no iOS app, no Android app, no webapp, no Unity app) for those so how would I overcome that and get to the ToS accept dialog so I can select my GA property and get this over with?
If the terms are still not accepted by March 15th, 2022, we will permanently delete these properties and their data.
(I guess they mean the GA properties here. I don't want that.)
My situation may be different but I could accept conditions following these instructions:
you should be able to look at the Analytics integration settings by opening Settings (gear icon in navigation, "Project settings"), opening the "Integrations" tab, and opening the "Google Analytics" integration card.

Xamarin forms Maps from intent

How to receive Location from native Maps app into my Xamarin forms application. and when my application is opened it should open Xamarin.Forms.Maps on the specific location.
Suppose the user of my app received the location from client on whats app. He/She will open the location in Native app and from there when he chooses share, my app should appear in the list. When he/She chooses my app the the map should open and add a pin on that specific location.
If you mean receiving data from other apps to your app, you can use Share Extension to achieve that.
iOS: Understand Share Extensions
Android: Receiving simple data from other apps
Generally, when sharing data between map apps, we will open a map app manually.
According to the current technical solution, there are two main ways to open another application.
One is to integrate the SDK that needs to open the application.
Another is using the URL Scheme.
Both of them can not be detected automatically and then open the another appilcation. Every third party Map apps all expose their url scheme or SDK to developers. It seems like our app can detect the other map apps automaticall. Actually the developers has defined the supported other map apps. However, we can detect the defined map apps whether installed in device. If installed, the shared menu will show it, else not.
About URL Scheme, iOS and Android has their ways to achieve that.More info can refer to each of their official document.
iOS: Defining a Custom URL Scheme for Your App
Android: Interacting with Other Apps

Apple account for customizing maximo anywhere applications

I am using Maximo anywhere 7.6.3 and wanted to know if we need an apple account to customize (i.e add new fields) to existing application. The customization guide of 7.6.2 says it is needed for building iphone applications, but then not sure if it is required for the latest version. The modifications that i made in dev. work as expected though.
in order to compile to IOS, you don't need a developer account, just XCODE and a MAC. In order to distribute the app via the app store, you would need a developer account.
IBM publishes out of the box Anywhere applications to both the Google Play and Apple app stores, so you can point them at your Anywhere server and deploy a lot of changes that way without the need for an Apple account.
If you want to make changes to the iOS apps like custom app icons, custom app names or baking in the server url and then distribute the app either publicly or within your organisation, then you will need an Apple developer/enterprise account.

How can i convert my google analytics web app into mobile app?

I have a mobile apps that i applied my google analytics track IDs but when i create the google analytics app profiles i initially choose web app instead of mobile app. while exploring around the settings, I could not find a switch to convert it into mobile app. I have more than 10 app with different google analytics track id, so i don't think creating new profile is great solution, there might be switch to change it to mobile app.
Someone out there might have encounter this situation. please help.
Solution:
What i did to solved this was create a new App, same name with the web one, then set it to mobile and then delete the web app.
The accepted answer is actually the incorrect. Specially if you have a existing web profile which as lots of historical data. Here is how to solve this by keeping your existing web property.
You add a profile view on your existing Web Property which can be a Mobile Ap Profile. https://support.google.com/analytics/answer/1009714?hl=en
The big clue came from this Upgrade to Universal Analytics post https://developers.google.com/analytics/devguides/collection/upgrade/reference/mobile-sdk
"To get access to new app reports and features, you will need to upgrade to v2.x or higher of the SDK and create at least one app view (profile) in your reports to view the data. Any new data sent from your app will only be available in this new app view (profile), while your old data will continue to be available in the original web view (profile). Learn more about the latest version of the SDK for Android or iOS."
There is currently no way to change the type of tracking after the profile is created. You will have to create new profile IDs and update the apps.

Resources