Forum Discussion
any way to see who ended a SfB meeting?
We experienced the same situation previously, however our environment is fully Online.
Maybe you can search for the hint from the log
ms-diagnostics-public: 3116;reason="Conference Terminated – Organizer Ended Session""
Reason: SIP;cause=481;text="Conference Terminated – Organizer Ended Session""
So far, this can be only seen from the client log whom terminates the meeting, but I'm not sure on on-prem environment.
As a suggestion to manage large meeting the best practice is to set a handful Presenters that are present while the rest are Attendees, for this we can avoid any unnecessary end meeting situation.
More info: https://msdn.microsoft.com/en-us/library/dd907238(v=office.12).aspx
Cheers.
- David PhillipsApr 03, 2017Iron Contributor
Unfortunately all of the clients send that diagnostic when the conference ends. I think what I'm looking for is who sent the deleteConference command to the focus. If it's actually recorded, it's likely in the SQL data. Just not 100% sure how to go get it.
https://msdn.microsoft.com/en-us/library/dd907238(v=office.12).aspx
- George CabeMay 10, 2017Iron Contributor
Hi David, Just wondering if you ever got anywhere with finding the presenter that actually issued "end meeting"?
- David PhillipsMay 10, 2017Iron ContributorI did not. It looks like the only way to do this is via a sql query of the monitoring database. I'm not much of a query writer. :)