danBhentschel
danBhentschel

Reputation: 883

Lync 2013 SDK ActivityID for "In a conference call" and "In a meeting

The Lync 2013 SDK has some pretty non-intuitive ActivityID strings used as "identifiers" for the built-in availabilities.

Here are the ones I have deciphered:

I have been unable to discover the ActivityId for either "In a meeting" or "In a conference call" because they require Exchange Server and Office Web Apps Server, respectively, neither of which I have readily available to me at the moment.

Does anyone know what these two missing strings are?

Upvotes: 0

Views: 758

Answers (2)

cklam
cklam

Reputation: 156

Maybe a bit late but there is an MSDN article with the activity strings that you mentioned plus one more that does not appear in your overview: "urgent-interruptions-only"

See https://msdn.microsoft.com/library/dn454801#Anchor_0

Upvotes: 0

danBhentschel
danBhentschel

Reputation: 883

Okay. I decided to write a simple Lync SDK client that would allow me to try setting the Availability, and I was able to discover the missing IDs through trial-and-error. For posterity, they are:

  • In a meeting - "in-a-meeting"
  • In a conference call - "in-a-conference"

Upvotes: 3

Related Questions