<ul data-eligibleForWebStory="false">This guide explains the integration of Microsoft Teams video calls into .NET MAUI for iOS.The setup requires a Mac as CocoaPods and Xcode will be used.To start, download the necessary repo and navigate to the CommunicationUI-Proxy.xcworkspace folder.Ensure homebrew, Ruby, and Cocoapods are installed on your system.Use 'brew install ruby' to install Ruby, then set the path and install Cocoapods.Run 'pod install' in the CommunicationUI-Proxy.xcworkspace folder to install necessary resources.Execute './iOSFramework.sh' in the CommunicationUI-Proxy folder to create the Xcode project framework.If needed, run Sharpie commands for the project after the above steps.Add the project reference in Visual Studio Code and create the Composite class extended from the IComposite interface.Ensure to clean and build the project.Set up necessary Azure Communication Service resources and generate a token in the Azure Portal.Insert the token and meeting info in MainPage.xaml.cs to enable joining Teams calls.Consider the note about simulator limitations and file path adjustments for framework files.The guide includes credits to the .NET MAUI and Microsoft teams for providing the base code.