How to integrate Avaturn into iOS Swift native applications
You can use Avaturn as an Avatar platform in your swift iOS application. Avaturn operates through native WebView, no extra libraries are required.
DOWNLOAD
Please find an example Swift project here: https://github.com/avaturn/ios-example
.
Please see file Example-iOS-Swift/WebViewController.swift
. On the following line make sure to change demo
domain to your subdomain or replace link with the one received from API:
let url = URL(string: "https://demo.avaturn.dev/")! // Replace with your own project URL