Project

General

Profile

WebRTC extra » History » Version 3

Adrian Georgescu, 02/19/2018 10:36 AM

1 2 Adrian Georgescu
h1. Sylk WebRTC roadmap
2 1 Adrian Georgescu
3
h2. Better Mac support
4
5
Safari recently added WebRTC support in its iOS and OSX operating systems. Unfortunately there are many satuations where the software does not work because of interoperability issues. The software must be tuned to support Safari Web browser.
6
7 3 Adrian Georgescu
h2. Better media handling
8 1 Adrian Georgescu
9 3 Adrian Georgescu
h3. Audio only conferences
10 1 Adrian Georgescu
11 3 Adrian Georgescu
While the software is designed around video conferencing there is a need to support participants that join only with audio. There may be privacy issues, or technical limitations in the platform used to join the conference. The interface must be adjusted accordingly to support this capability.
12 1 Adrian Georgescu
13 3 Adrian Georgescu
h3. Multiple cameras support
14 1 Adrian Georgescu
15 3 Adrian Georgescu
Currently only one camera is supported.  Ideally, a camera should be selected prior entering the conference. This can be done by adding a preview stage, before starting the actual call. This way the user can see its surrounding, adjust her hair. , etc... The feature is more usable for Mobile devices that typically have dual cameras, and for desktop can be seen from a perspective of privacy (chasing no camera at all).
16 1 Adrian Georgescu
17 3 Adrian Georgescu
h3. Add/remove video
18
19
While in a call, it should be possible to change camera or promote an audio only call to a video call. This should be theoretically possible with the addition of WebRTC replace media primitive. Needs to be investigate if poissible with the current chain of dependencies as all must support this feature.
20
21
h2. Chat sessions
22
23
Each participant should be able to enter short messages disseminated to all other participants. The Chat screen can be collapsed/promoted bye each user.
24 1 Adrian Georgescu
25
26
27
28
29
30