Questions tagged [microsoft-live-meeting]

12 questions
3
votes
1 answer

Is it possible to send LiveMeeting invites from Java or C#?

Is it possible to send LiveMeeting invites from Java or C#? I'm mostly interested in a Java API. Are there any open API's for LiveMeeting integration?
Andy
  • 8,841
  • 8
  • 45
  • 68
0
votes
1 answer

The provided value for the input value scope is not valid for OnlineMeeting.ReadWrite

I am trying to create meeting on behalf of a user for that I am trying to get the code. I have registered the app on Azure. Also generated Application(Client) ID I have also added the required permission in the API. But when I am visiting this page…
FightWithCode
  • 2,190
  • 1
  • 13
  • 24
0
votes
0 answers

Graph API : Live Event Attedence Report

I am trying to get attendence report of a live meeting through Graph API, but it is returning an empty array.I have used both Beta & V1.0. I am not sure what am missing. I can download the excel file of attedence repot from teams please help me…
0
votes
1 answer

Start online meeting automatically - Microsoft Teams

When you create an online meeting with Microsoft Graph, it only shows you a public url to access (and i dont find how to start the meeting if you are not the organizer). Is there any way to start the online meeting if the organizer is not there?…
0
votes
0 answers

Online meeting invite, access with default name

Im working with microsoft graph with the new api for teams. I was wondering if i can set up the access to an online meeting, where i can pass an url to a person with a pre-assigned name on it (like adding a parameter to the url). If its not a…
0
votes
1 answer

Graph Error "code": "ErrorInvalidIdMalformed", while accessing events/onlineMeetings?

While trying to access online meeting in order to get the start and end time of the meetings.i am getting below error. Any help is highly appreciated. Thanks Note : I am able to create the meeting and access it but I want to record the meeting…
0
votes
1 answer

How to integrate into the teams meeting experience

Apart from an article from the verge announcing the capability, I can't find any developer documentation related to this functionality (tab/other interactive panel inside "the meeting experience"). Unless I'm looking in the wrong place, of…
Jonas D.
  • 361
  • 4
  • 18
0
votes
1 answer

Microsoft graph API access problem when create online meeting or online meeting event

I am trying to use "https://graph.microsoft.com/v1.0/me/events" or "https://graph.microsoft.com/v1.0/me/onlineMeetings" to create online meeting programmatically. I used help from many resources specially…
WaelKamash
  • 11
  • 4
0
votes
2 answers

Microsoft Grap API - Online meeting. Unable to create live event with public permission in Microsoft Teams

I am trying to create a live event (https://learn.microsoft.com/en-us/microsoftteams/teams-live-events/what-are-teams-live-events) in Microsoft Teams using the Graph API with public permissions so that people can join the live event as…
0
votes
1 answer

Microsoft Graph List activityStatistics

I follow the web page(https://learn.microsoft.com/en-us/graph/api/activitystatistics-list?view=graph-rest-beta&tabs=http) and use MS Graph Explorer (https://developer.microsoft.com/en-us/graph/graph-explorer/preview) as the image show to List…
0
votes
1 answer

joinUrl obtained from GRAPH API /app/onlinemeeting

I created, to be displayed on my asp mvc application (app that is declared on Azure). I get the joinUrl that address the MS teams application . Is it possible to get only the call interface and not all the teams application from the joinUrl…
-3
votes
1 answer

API behind Live Meeting 2007

There are lots of APIs when it comes to Microsoft OCS 2007. Anyone knows what is the API behind an application like Live Meeting? UCMA 2.0?
yang