636 Commits

Author SHA1 Message Date
pabloFuente
eb1629882e openvidu-android: same code as in openvidu.io-docs snippets 2022-08-02 11:52:59 +02:00
pabloFuente
7f313bc86b openvidu-android: change default value of application_server_url constant 2022-08-01 22:56:41 +02:00
pabloFuente
2e1440578d openvidu-android: remove direct communication with openvidu-server 2022-08-01 22:55:39 +02:00
pabloFuente
def43a626e openvidu-electron: fix HTML file path 2022-07-28 20:24:19 +02:00
pabloFuente
ebdf7087b0 Redo openvidu-electron with Electron 19 2022-07-28 19:57:51 +02:00
pabloFuente
6045088d72 Add /api to all application server endpoints 2022-07-27 12:39:46 +02:00
pabloFuente
e6613f3ec0 Use plain HTTP in all openvidu-basic-* tutorials 2022-07-26 17:24:45 +02:00
csantosm
d7ed9ce4ff react-native: Updated dependencies 2022-07-22 14:01:31 +02:00
csantosm
9661b83468 openvidu-ionic: Updated tutorial 2022-07-21 13:25:06 +02:00
csantosm
e4cf86bc22 ionic-cordova: Added mute and toggle media devices 2022-07-20 14:01:34 +02:00
csantosm
cc87de9541 ionic-capacitor: Added mute and toggle media devices 2022-07-20 13:31:48 +02:00
csantosm
3b7ab62b4c openvidu-call: Fixed wrong status response 2022-07-18 17:29:16 +02:00
csantosm
75cb427858 openvidu-components: Clean tutorial 2022-07-18 17:29:16 +02:00
pabloFuente
c1d6404a58 Allow local network connections to openviu-basic-python and openvidu-basic-dotnet 2022-07-15 13:58:42 +02:00
pabloFuente
23b79a61f8 openvidu-android: update to use sample application server 2022-07-15 13:58:05 +02:00
csantosm
90add968a9 openvidu-components: Added custom-activities-panel tutorial 2022-07-14 13:04:35 +02:00
pabloFuente
181e77d18e Update Angular project name from openvidu-panel-buttons to openvidu-toolbar-panel-buttons 2022-07-13 18:15:49 +02:00
pabloFuente
7291393146 Rename openvidu-panel-buttons to openvidu-toolbar-panel-buttons 2022-07-13 18:15:09 +02:00
pabloFuente
b4ed8f3c7c Unify server application READMEs 2022-07-11 14:20:58 +02:00
pabloFuente
66a90ca1f1 Udpate READMEs with git clone command 2022-07-07 13:18:36 +02:00
pabloFuente
36e3f412e3 Fully working openvidu-basic-dotnet 2022-07-07 11:35:45 +02:00
csantosm
696cde2777 openvidu-components: Fixed tutorials 2022-07-04 16:26:11 +02:00
csantosm
0a5801a364 openvidu-ionic: Updated Android target SDK to version 31. Fixes #171 2022-06-29 13:42:58 +02:00
csantosm
bdf63e2e78 openvidu-call: Fixed recordings feature 2022-06-28 13:00:52 +02:00
csantosm
78eb7c51ab Merge branch 'update_ionic' 2022-06-27 17:41:09 +02:00
csantosm
507f40e7c7 openvidu-ionic: Removed iosrtc and updated dependencies 2022-06-27 17:19:50 +02:00
openvidu
2b63fd1cf4 Removed iosrtc 2022-06-27 14:40:42 +02:00
pabloFuente
4ae285f8e7 openvidu-basic-dotnet 2022-06-24 02:57:27 +02:00
openvidu
079620607b openvidu-capacitor: Added ios platform 2022-06-23 13:34:46 +02:00
csantosm
ce469bff96 openvidu-call: Updated recording feature 2022-06-22 13:58:00 +02:00
pabloFuente
8ebb6cc22e Add README files to openvidu-basic-X applications 2022-06-20 19:21:08 +02:00
pabloFuente
b2c8ea7672 Add openvidu-basic-python 2022-06-20 18:57:47 +02:00
csantosm
f709078704 Merge branch 'ov_call_recording' 2022-06-20 16:59:49 +02:00
csantosm
028d8da609 openvidu-call: Added admin panel 2022-06-20 16:41:08 +02:00
csantosm
0dc070bb38 openvidu-call: Added recording 2022-06-20 16:41:08 +02:00
pabloFuente
c8cd12c2b1 Add openvidu-basic-node 2022-06-20 12:37:56 +02:00
pabloFuente
3640309602 openvidu-basic-java: add CrossOrigin 2022-06-20 11:23:51 +02:00
pabloFuente
c8c5c89842 openvidu-basic-java: use new openvidu-java-client fromJson capabilities 2022-06-17 12:05:04 +02:00
Juan Navarro
024d5e3423 openvidu-android: Bump dependency versions
Android Studio notified about newer dependency versions available.
2022-06-16 16:59:31 +02:00
Juan Navarro
72bf1a4d77 openvidu-android: Fix warnings on manifest
Android Studio complains that <uses-permission> should appear
before <application>
2022-06-16 16:58:48 +02:00
Juan Navarro
8e4a12b72b openvidu-android: Bump targetSdk to 31
* minSdk: API level 21 (Android 5) required by
  org.webrtc:google-webrtc:1.0.32006 (Google WebRTC).

* targetSdk: API level 31 (Android 12) required by Google Play Store,
  since August 1, 2022.
  See: https://support.google.com/googleplay/android-developer/answer/11926878

* compileSdkVersion: Should match "targetSdk".

The upgrade also required adding `android:exported` to the manifest.
2022-06-16 16:57:54 +02:00
Juan Navarro
2bab009d77 openvidu-android: Add formatting & code style settings for Android Studio 2022-06-15 19:18:35 +02:00
Juan Navarro
5e2114a9a8 openvidu-android: Use demos.openvidu.io by default
For consistency with the iOS app, do the same by default: work with
demos.openvidu.io
2022-06-15 19:17:35 +02:00
Juan Navarro
2b6d94f226 openvidu-android: Use customIceServers instead of standalone vars for TURN config
Retain support for OpenVidu v2.22 and older; these legacy properties
will stop being needed starting from OpenVidu v2.23, where
`customIceServers` will always contain all necessary TURN info.
2022-06-15 19:16:54 +02:00
csantosm
1c80481c80 openvidu-ionic-capacitor: Added Android 2022-06-14 11:20:24 +02:00
csantosm
17428088c5 openvidu-call: Fixed dockerfile 2022-06-13 17:00:06 +02:00
csantosm
32420cad2b openvidu-call: Fixed bugs serving the app 2022-06-13 16:59:47 +02:00
csantosm
c4165fa795 openvidu-call: Built non minified backend 2022-06-13 14:24:59 +02:00
pabloFuente
01b6acfa4b Update README with OpenVidu Tests badge 2022-06-08 14:45:04 +02:00
Juan Navarro
8645811b06 openvidu-android: Handle RPC error messages from server 2022-06-03 16:07:41 +02:00