Skip to main content
Participant
March 24, 2020
Question

Syncconnector isaddin

  • March 24, 2020
  • 1 reply
  • 132 views

Is it possible to use the isaddin property to determine if a user is using the addin or browser?

 

Creating a custom pod and I am able to use syncconnector.isaddin to see if I am using the add in but I am trying to loop through the userlist to tell if participants are using the addin. 

 

Any help would be amazing as documentation is very limited it seems! 

This topic has been closed for replies.

1 reply

Participant
March 26, 2020

While I was unable to find an answer for this, I found a work around. It appears isaddin can only tell me my status, not someone else's. However, I am able to trigger this on all instances and send that to a textbox that is sync'd across all instances. However everyone must be a presenter or host for this to work.

 

If anyone is interested in more info, let me know and I can post it.