Web (Coming Soon)

Native

Our video chat code for React Native relies on native code, and thus is not compatible with Expo. We do most of the heavy lifting as part of our video chat package, but some small changes need to be made to support iOS and Android.

iOS Dependencies

Add the following line to your podfile (ios/Podfile)

pod 'AmazonChimeSDK-Bitcode', '0.19.1'

In context

target 'app_name' do
  pod 'AmazonChimeSDK-Bitcode', '0.19.1' # Add here
   
  # ... more install code
end

Permissions

You need the following permissions for iOS

Files

You need to add the following files to XCode

MeetingObservers.h

MeetingObservers.m

NativeMobileSDKBridge.h

NativeMobileSDKBridge.m

RNVideoViewManager.h

RNVideoViewManager.m