https://github.com/voximplant/android-sdk-kotlin-demo
Voximplant Kotlin Demo
https://github.com/voximplant/android-sdk-kotlin-demo
android client-sdk kotlin voximplant
Last synced: 12 days ago
JSON representation
Voximplant Kotlin Demo
- Host: GitHub
- URL: https://github.com/voximplant/android-sdk-kotlin-demo
- Owner: voximplant
- License: other
- Created: 2020-05-08T14:14:47.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2025-02-28T13:30:01.000Z (3 months ago)
- Last Synced: 2025-05-08T22:57:22.316Z (12 days ago)
- Topics: android, client-sdk, kotlin, voximplant
- Language: Kotlin
- Homepage: https://voximplant.com/docs/references/androidsdk/
- Size: 11.6 MB
- Stars: 6
- Watchers: 10
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Voximplant Kotlin Demos
## [Audio Call](audiocall)
This demo demonstrates audio call of the Voximplant Android SDK with/without [ConnectionService](audiocall/ConnectionService.MD) integration.## [Video Call](videocall)
The demo demonstrates basic video call functionality of the Voximplant Android SDK.## [Video Call DeepAR](videocall-deepar)
This demo demonstrates the integration of Voximplant Android SDK and DeepAR SDK to add face masks to a video call app.## License
Demo projects uses the following audio files:
* [call_progress_tone.wav](shared/src/main/res/raw/call_progress_tone.wav) by author [tt_runscript](https://freesound.org/people/tt_runscript/sounds/337655/) with [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) license
* [call_reconnecting_tone.wav](shared/src/main/res/raw/call_reconnecting_tone.wav) by author [fennelliott](https://freesound.org/people/fennelliott/sounds/379419/) with [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) license
* [call_failed_tone.mp3](shared/src/main/res/raw/call_failed_tone.mp3) by author [Felfa](https://freesound.org/people/Felfa/sounds/188693/) with [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) license
* [call_connected_tone.wav](shared/src/main/res/raw/call_connected_tone.wav) by author [wubitog](https://freesound.org/people/wubitog/sounds/188383/) with [CC0-1.0](https://creativecommons.org/publicdomain/zero/1.0/) license## Have a question
- contact us via `[email protected]`
- create an issue
- join our developer [community](https://discord.gg/sfCbT5u)