You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Skype/Skype-For-Business-Bot-Framework/docs/Bot-Hybrid-Support.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -56,6 +56,6 @@ After you have successfully deployed the hybrid environment, follow these steps
56
56
57
57
The successful execution of the **New-CsHybridApplicationEndpoint** cmdlet will create a disabled user object on Active Directory and show a **"Successfully initiated provisioning of application endpoint on-prem"** message.
58
58
59
-
4. Wait for the newly created user object to be directory synced to the Azure Active Directory or start a new directory sync cycle by running the [Start-ADSyncSyncCycle](/azure/active-directory/connect/active-directory-aadconnectsync-feature-scheduler#start-the-scheduler.md) on the domain controller machine. To learn more about Azure AD Connect directory sync, see [Azure AD Connect sync: Scheduler](/azure/active-directory/connect/active-directory-aadconnectsync-feature-scheduler.md) and [Integrate your on-premises directories with Azure Active Directory](/azure/active-directory/connect/active-directory-aadconnect.md).
59
+
4. Wait for the newly created user object to be directory synced to the Azure Active Directory or start a new directory sync cycle by running the [Start-ADSyncSyncCycle](/azure/active-directory/connect/active-directory-aadconnectsync-feature-scheduler#start-the-scheduler.md) on the domain controller machine. To learn more about Azure AD Connect directory sync, see [Azure AD Connect sync: Scheduler](/azure/active-directory/connect/active-directory-aadconnectsync-feature-scheduler) and [Integrate your on-premises directories with Azure Active Directory](/azure/active-directory/connect/active-directory-aadconnect).
60
60
61
61
5. Ensure that you wait for 8 hours before the endpoint is discovered from the Skype for Business clients for the newly created application ids. An on-premises user should be able to search for the BOT from the client and initiate the chat conversations.
Copy file name to clipboardExpand all lines: Skype/WebSDK/docs/SkypeWebSDK.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,7 +19,7 @@ The table below maps SfB Web SDK sub-systems to Graph and ACS capabilities.
19
19
| Presence | Use presence information to help users decide whether and how they should person other users. |[Graph Presence APIs](/graph/api/resources/presence)|
20
20
| Local user | Use the **mePerson** object to represent the currently signed-in user. |[Graph User APIs](/graph/api/user-get)|
21
21
| Conversations | Use conversation services to determine the ways for communication between persons. |[ACS Calling SDK for voice/video](/azure/communication-services/concepts/sdk-options) and [Graph for chat](/graph/api/resources/chat)|
22
-
| Listening for and generating presence events | Use events to get a person's current presence. |[Graph Presence APIs](/graph/api/resources/presence.md)|
22
+
| Listening for and generating presence events | Use events to get a person's current presence. |[Graph Presence APIs](/graph/api/resources/presence)|
23
23
| Persons | Use person objects to represent individual users. |[Graph User APIs](/graph/api/user-get)|
24
24
| Devices | Select Cameras, Microphones, and Speakers to use for audio and video conversations. |[ACS Calling SDK](/azure/communication-services/how-tos/calling-sdk/manage-video#device-management.md)|
25
25
@@ -35,10 +35,10 @@ To use Graph and ACS SDKs as an SfB Web SDK replacement, you will leverage these
|**Graph**|[Send and receive chat messages](/graph/api/chatmessage-post)| ✔ |
42
42
|**Azure**|[Create an ACS token for an M365 user](/azure/communication-services/quickstarts/manage-teams-identity)| ✔ |
43
43
|**Azure**|[M365 user can call a user in Teams](/azure/communication-services/quickstarts/voice-video-calling/get-started-with-voice-video-calling-custom-teams-client)| ✔ |
44
44
|**Azure**|[M365 user can join a Teams meeting, interface with the video, audio, and chat channels](/azure/communication-services/quickstarts/voice-video-calling/get-started-teams-interop)| ✔ |
0 commit comments