daily-examples/prebuilt/ios-webview
Kimberlee Johnson d0f6a9e211 Updating name to prebuilt 2021-10-05 10:04:09 -07:00
..
WebViewPrebuilt Updating name to prebuilt 2021-10-05 10:04:09 -07:00
WebViewPrebuilt.xcodeproj Updating name to prebuilt 2021-10-05 10:04:09 -07:00
.gitignore Updating name to prebuilt 2021-10-05 10:04:09 -07:00
README.md Updating name to prebuilt 2021-10-05 10:04:09 -07:00
image.png Updating name to prebuilt 2021-10-05 10:04:09 -07:00

README.md

WKWebView prebuilt example

WebViewPrebuilt

What does this demo do?

Embeds the Daily Prebuilt UI in native iOS applicaiton using WKWebView

Notes:

  • getUserMedia support was added to WKWebView in iOS >=14.4
  • You must add both NSCameraUsageDescription & NSMicrophoneUsageDescription to info.plist or navigator.mediaDevices will resolve as undefined

Getting started

  • Load XCode project
  • Update the url property found in ViewController.swift
  • Run on device / simulator targeting iOS >=14.4