Created a new folder called ui-library-quick-start to host both Calling and Chat
Renamed UILibraryQuickStart project to Calling
Added a new project Chat to the original UILibraryQuickStart workspace
Added working demo code to launch Chat composite
Does this introduce a breaking change?
[ ] Yes
[x] No
Pull Request Type
What kind of change does this Pull Request introduce?
[ ] Bugfix
[x] Feature
[ ] Code style update (formatting, local variables)
[ ] Refactoring (no functional changes, no api changes)
[ ] Documentation content changes
[ ] Other... Please describe:
How to Test
Get the code
Point to local podspec by changing Podfile from
pod 'AzureCommunicationUICalling', '1.1.0' to
pod 'AzureCommunicationUIChat', :podspec => '<path_to_the_podsect>'
Fill in the chat variables in ViewController and run the app
What to Check
Verify that the following are valid
Pressing the Start Experience button should start and join the chat thread
Purpose
ui-library-quick-start
to host bothCalling
andChat
UILibraryQuickStart
project toCalling
Chat
to the originalUILibraryQuickStart
workspaceDoes this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
pod 'AzureCommunicationUICalling', '1.1.0'
topod 'AzureCommunicationUIChat', :podspec => '<path_to_the_podsect>'
ViewController
and run the appWhat to Check
Verify that the following are valid
Other Information