Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added supported device video resolutions dropdown #77

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion raw-video/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ target 'RawVideo' do
project 'RawVideo.xcodeproj'
workspace 'RawVideo.xcworkspace'

pod 'AzureCommunicationCalling', '2.8.0'
#pod 'AzureCommunicationCalling', '2.8.0'
pod 'AzureCommunicationCommon'
end
12 changes: 4 additions & 8 deletions raw-video/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,20 +1,16 @@
PODS:
- AzureCommunicationCalling (2.8.0):
- AzureCommunicationCommon (~> 1.0)
- AzureCommunicationCommon (1.1.1)
- AzureCommunicationCommon (1.2.0)

DEPENDENCIES:
- AzureCommunicationCalling (= 2.8.0)
- AzureCommunicationCommon

SPEC REPOS:
trunk:
- AzureCommunicationCalling
- AzureCommunicationCommon

SPEC CHECKSUMS:
AzureCommunicationCalling: 4c15cc33497ad858aee28561fdd4937cef3049f6
AzureCommunicationCommon: cc520a89f3f8db6d58de42ec4a70cfb79a1b76a3
AzureCommunicationCommon: 130a21be2be889f83dc4adbf994af6285f962de8

PODFILE CHECKSUM: d48399eee113905b1a99e90963e2eaf60a804ad8
PODFILE CHECKSUM: dc0cb3c07e00dc4a492afcce596f4b7d04f8ea34

COCOAPODS: 1.15.2

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading