Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tuya/tuya-webrtc-android-demo
https://github.com/tuya/tuya-webrtc-android-demo
tuya
Last synced: 13 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tuya/tuya-webrtc-android-demo
- Owner: tuya
- License: mit
- Created: 2020-12-17T02:39:19.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-03-12T08:40:57.000Z (almost 4 years ago)
- Last Synced: 2024-11-12T14:24:34.503Z (2 months ago)
- Topics: tuya
- Language: Java
- Homepage:
- Size: 8.73 MB
- Stars: 0
- Watchers: 14
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
>**Note**: This repository is inherited from the [old Tuya GitHub repository](https://github.com/TuyaInc/tuya_webrtc_android_demo), which will be deprecated soon. Use this repository for Android application development instead. You can change the existing remote repository URL. For more information, see [Tutorial](https://docs.github.com/en/free-pro-team@latest/github/using-git/changing-a-remotes-url).
1. Clone the code.
2. Modify the `clientId_`, `secret_`, `authCode_`, `deviceid_`, and `localkey`.
## Overview
Tuya Smart WebRTC provides a sample of how to connect an Android app to IP cameras by using WebRTC.
The following functions are included:
* APIs to support multiple functions, for example, to get tokens and MQTT login information.
* Messaging-related functions, such as MQTT login, message subscription, and message sending and receiving.
* The specific flow of the app to watch IPC video based on WebRTC.