This sample creates a real-time document collaboration app that will work out-of-box with WebViewer's WebSocket sample.
- Your server is up and running as described here
- You have the IP address of the local host running server from step 1
- Open WSConnection.kt and replace "MY_LOCAL_HOST_IP" with the IP from step 2
app/
src/ - Project source files and resources.
build.gradle - Module level Gradle build file.
build.gradle - Project level Gradle build file.
gradle.properties - Project-wide Gradle settings. Contains Apryse license key and credentials.
See License