openvidu/openvidu-client
Juan Navarro 5e9511a376 Merge branch 'master' into mediasoup FIXME CONFLICT
This merge commit includes 2 merge conflicts:

* openvidu-browser/src/OpenVidu/Session.ts
In modern code, the OpenVidu version is obtained through other means.
However in the mediasoup branch this value is used in several of the
*LEGACY.ts files.

* openvidu-browser/src/OpenViduInternal/WebRtcPeer/WebRtcPeer.ts
In the mediasoup branch, the special treatment for ionic was removed:
    openvidu-browser: removed Ionic iOS timeout on first subscription

23d64be806
and also the method was converted into async and returned a Promise.
However in master the code is still like the old one.
2021-01-22 14:17:00 +01:00
..
src Merge branch 'master' into mediasoup FIXME CONFLICT 2021-01-22 14:17:00 +01:00
.gitignore Initial OpenVidu platform commit 2016-10-11 09:53:32 +02:00
README.md Documentation badge updated 2020-03-21 23:38:35 +01:00
pom.xml POM dependencies update 2019-06-11 16:13:48 +02:00

README.md

License badge Documentation Status Docker badge Support badge

openvidu-client

Internal Java client used by openvidu-server. Can be used to implement an Android client.