Moved calling project into a newui-calling folder.
Added chat demo to a new folder called ui-chat.
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
For Chat, point to local podspec by changing Podfile from
pod 'AzureCommunicationUIChat', '0.1.0-beta.1' 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-calling
folder.ui-chat
.Does this introduce a breaking change?
Pull Request Type
What kind of change does this Pull Request introduce?
How to Test
pod 'AzureCommunicationUIChat', '0.1.0-beta.1'
topod 'AzureCommunicationUIChat', :podspec => '<path_to_the_podsect>'
ViewController
and run the appWhat to Check
Verify that the following are valid
Other Information