cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
931
Views
0
Helpful
1
Replies

Detect meeting ID of running webex

mail8
Level 1
Level 1

Hi all,

I used to read C:\Users\<user>\AppData\Local\Temp\wbxmetrics_DDMMYYYY_HHMMSS.log in order to determine meeting ID and attendee ID of a running webex session in order to create a one click dial-in string for our telephone. However, with the latest update deployed these files are not written any more. Is there another way to automatically detect these user credentials of a running webex?

Cheers

Nicolas

1 Accepted Solution

Accepted Solutions

ryanhunt
Level 5
Level 5

The WebEx Developer API's do not interact with WebEx Clients during a meeting; they are largely used for pre and post meeting functionality, we dont have this capability within our setup.. You may have better luck reaching out to normal WebEx Support.

The WebEx XML API Does support listing all sessions and does indicate what are currently in progress, but it wont be able to determine an attendee ID for the user that calls it, see lstSummarySession for more info and an example response

View solution in original post

1 Reply 1

ryanhunt
Level 5
Level 5

The WebEx Developer API's do not interact with WebEx Clients during a meeting; they are largely used for pre and post meeting functionality, we dont have this capability within our setup.. You may have better luck reaching out to normal WebEx Support.

The WebEx XML API Does support listing all sessions and does indicate what are currently in progress, but it wont be able to determine an attendee ID for the user that calls it, see lstSummarySession for more info and an example response