Reputation: 1497
According to this document (this), I need to provide the endpointId=sip:[email protected]
in order to generate the meeting URL.
I log in the Skype for Business on my desktop as [email protected]. How can I find out what is the endpointId
or sip
?
Upvotes: 0
Views: 247
Reputation: 14148
Whatever you log into the client as, add 'sip:' on to it.
The 'default' setup for Skype is firstname.lastname@orgdomain so it will be 'sip:firstname.lastname@orgdomain'. You can rely on firstname.lastname@orgdomain as the rules can change or be setup differently (e.g. multiple org domains in a company or a different sip naming policy).
Upvotes: 0