@@ -704,6 +704,82 @@ items:
704
704
href : https://github.com/Azure/Communication/blob/master/releasenotes
705
705
- name : Learn modules
706
706
href : resources/learn-modules.md
707
+ - name : Using the Calling SDK
708
+ items :
709
+ - name : Manage calls
710
+ href : how-tos/calling-sdk/manage-calls.md
711
+ - name : Manage video
712
+ href : how-tos/calling-sdk/manage-video.md
713
+ - name : Manage Teams calling
714
+ href : how-tos/cte-calling-sdk/manage-calls.md
715
+ - name : Record calls
716
+ href : how-tos/calling-sdk/record-calls.md
717
+ - name : Raise Hand State
718
+ href : how-tos/calling-sdk/raise-hand.md
719
+ - name : Enable push notifications
720
+ href : how-tos/calling-sdk/push-notifications.md
721
+ - name : Show transcription state
722
+ href : how-tos/calling-sdk/call-transcription.md
723
+ - name : Show active speakers
724
+ href : how-tos/calling-sdk/dominant-speaker.md
725
+ - name : Transfer calls
726
+ href : how-tos/calling-sdk/transfer-calls.md
727
+ - name : Join a Teams meeting
728
+ href : how-tos/calling-sdk/teams-interoperability.md
729
+ - name : Subscribe to SDK events
730
+ href : how-tos/calling-sdk/events.md
731
+ - name : Check if user is running supported browser
732
+ href : how-tos/calling-sdk/browser-support.md
733
+ - name : Verify if an application is active in multiple tabs of a browser
734
+ href : how-tos/calling-sdk/is-sdk-active-in-multiple-tabs.md
735
+ - name : Integrate with CallKit in iOS
736
+ href : how-tos/calling-sdk/callkit-integration.md
737
+ - name : Using the UI Library
738
+ items :
739
+ - name : Setup Localization
740
+ href : how-tos/ui-library-sdk/localization.md
741
+ - name : Setup Theming
742
+ href : how-tos/ui-library-sdk/theming.md
743
+ - name : Participant View Data Injection
744
+ href : how-tos/ui-library-sdk/data-model.md
745
+ - name : Troubleshooting
746
+ href : how-tos/ui-library-sdk/troubleshooting.md
747
+ - name : Using the Call Automation library
748
+ items :
749
+ - name : Control and steer calls
750
+ href : how-tos/call-automation/actions-for-call-control.md
751
+ - name : Customize voice prompts to users with Play action
752
+ href : how-tos/call-automation/play-action.md
753
+ - name : Gather user input with Recognize action
754
+ href : how-tos/call-automation/recognize-action.md
755
+ - name : Record every call in the resource
756
+ href : how-tos/call-automation/record-every-call.md
757
+ - name : Using the Chat SDK
758
+ items :
759
+ - name : Integrate with Data Loss Prevention policies
760
+ href : how-tos/chat-sdk/data-loss-prevention.md
761
+ - name : Using Azure Event Grid
762
+ items :
763
+ - name : Validate events
764
+ href : how-tos/event-grid/view-events-request-bin.md
765
+ - name : Local testing events
766
+ href : how-tos/event-grid/local-testing-event-grid.md
767
+ - name : Samples
768
+ items :
769
+ - name : Overview
770
+ href : samples/overview.md
771
+ - name : Calling hero sample
772
+ href : samples/calling-hero-sample.md
773
+ - name : Chat hero sample
774
+ href : samples/chat-hero-sample.md
775
+ - name : Authentication service hero sample
776
+ href : samples/trusted-auth-sample.md
777
+ - name : Web calling sample
778
+ href : samples/web-calling-sample.md
779
+ - name : UI Library cross platform samples
780
+ href : samples/ui-library-cross-platform.md
781
+ - name : Call Automation appointment reminder sample
782
+ href : samples/call-automation-appointment-reminder.md
707
783
- name : References
708
784
items :
709
785
- name : Reference documentation overview
0 commit comments