Lyubo Marinov
e6f6884c36
[RN] Support JSON Web Token (JWT)
Make 'Add jwt module to react' work on mobile.
il y a 8 ans
hristoterezov
dfc94ff144
ref(iframe_API): Changing the format of the outgoing messages for API.js
il y a 8 ans
hristoterezov
b49c1c6ba2
fix(transport): Code style issues and enableLegacyFormat param bug
Improves naming.
Fixing typos.
enableLegacyFormat param was working like disableLegacyFormat.
Improves the structure of transport/index.js
il y a 8 ans
Lyubo Marinov
e9dc9c47a9
Coding style
For lack of a better word/phrase, I'm calling all changes coding style.
I'm targeting readability through naming and syntax.
il y a 8 ans
hristoterezov
3e055c1201
ref(external_api): To use transport module
il y a 8 ans
hristoterezov
54388b6a0a
ref(remotecontrol): To use transport module instead of API
il y a 8 ans
hristoterezov
0dff35c0db
feat(transport): Implement transport module
The transport module will be handling all external app
communication.
il y a 8 ans
hristoterezov
55f5ceb85a
fix(external_api): JS error in removeListeners and simplifies dispose
il y a 8 ans
Lyubo Marinov
f4de65a647
Comply w/ coding style
il y a 8 ans
hristoterezov
0f42f18100
ref(iframe_api): ESLint support for API.js
il y a 8 ans
hristoterezov
ab62690b97
fix(iframe_api): toggle audio/video race condition
If toggle audio or video is executed too early and the local
tracks don't exist we fail to execute the operation. Now we store
the mute state and we are executing it after the tracks are
created
il y a 8 ans
hristoterezov
e7a3ee477d
fix(frame_api): toggle SS race condition
If toggle SS is executed too early and lib-jitsi-meet is not yet
initialized toggle SS will fail. Now we are storing the whether
SS is on or off and when lib-jitsi-meet is ready we are starting
SS if needed.
il y a 8 ans
Lyubo Marinov
a9bdde193d
Approach consistent filmstrip naming
We seemed to be using the names "film strip" and "filmstrip" (and,
consequently, their source code-conscious forms such as film-strip,
FilmStrip, etc.) In order to comply with our coding style which requires
a consistent one name for a given abstraction, choose one name and
rename the uses of the other name.
Wikipedia has a definition of a "filmstrip", I couldn't find a "film
strip". I guess our abstraction can be seen as what's described there.
When I google "film strip", I get results about "filmstrip" at the top.
That's why I chose "filmstrip".
Certain uses of "film strip" such as interfaceConfig.filmStripOnly and
in the external API I left untouched in an attempt to preserve
compatibility.
I wasn't sure whether CSS was tangled in compatibility so I made a
choice and renamed there was well.
il y a 8 ans
hristoterezov
334eb5d423
feat(iframe_api): Add more ESLint rules
il y a 8 ans
hristoterezov
d416fd8c0f
ref(iframe_api): Use EventEmitter
il y a 8 ans
hristoterezov
78119df2db
ref(iframe_api): Use ES6
il y a 8 ans
hristoterezov
dbcd19418c
fix(iframe_api): Passing config params is not working
il y a 8 ans
hristoterezov
0ed39dad63
fix(iframe_api): Display name command race condition
If executeCommand('displayName') is executed before Jitsi Meet
is fully initialized some listeners were not added and the
display name was not changed.
il y a 8 ans
hristoterezov
aeb301c8d5
feat(iframe_api): Add jwt token parameter
il y a 8 ans
Saúl Ibarra Corretgé
5849980092
external_api: fix jsdoc
il y a 8 ans
hristoterezov
15090243d0
fix(API): JS errors caused by remote control merge
il y a 8 ans
hristoterezov
b22e3ee253
style(remotecontrol): Fix JSDoc for RemoteControlEvent
il y a 8 ans
hristoterezov
0efca9a9a8
fix(remotecontrol): Fixing issues after peer review.
il y a 8 ans
hristoterezov
846fb9abb0
feat(remotecontrol): Implement requesting remote control permissions
il y a 8 ans
hristoterezov
0f33e59e4d
feat(remotecontrol): announce remotecontrol support
il y a 8 ans
hristoterezov
896650d005
feat(remotecontrol): Implement basic remote control support
il y a 8 ans
hristoterezov
207ac47aa7
fix(iframe_api): s/getNumberOfParticipant/getNumberOfParticipants
il y a 8 ans
hristoterezov
4a5a1cd5f4
fix(iframe_api): Remove enable/disable events
il y a 8 ans
hristoterezov
09d63d38ab
fix(iframe_api): prevents multiple execution of listeners per event
il y a 8 ans
hristoterezov
6bf0f9b2ec
feat(iframe_api): get number of participants
il y a 8 ans
hristoterezov
f7ce8d028d
feat(iframeAPI): implement avatar change commands
il y a 8 ans
paweldomas
b58f1cdd16
use logger instead of console
il y a 8 ans
hristoterezov
dc43135980
fix(iframe_api): toggleScreenSharing command
il y a 8 ans
hristoterezov
47d39ed5ca
feat(iframe_api): Implement readyToClose event and hangup command
il y a 8 ans
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
il y a 8 ans
Gubin, Maksim
9aa7f80e82
hot fix api.executeCommand
il y a 8 ans
hristoterezov
e46d45adea
Fixes issue #716
il y a 9 ans
hristoterezov
02f176c75a
Changes the implementation of the iframe API to use postis
il y a 9 ans
hristoterezov
8deb003ef6
JWT client support
il y a 9 ans
hristoterezov
d535765648
Fixes issue with externalConnectUrl hash param when the value is null
il y a 9 ans
hristoterezov
d09021457b
Fixes JS error in API module
il y a 9 ans
isymchych
666dfb9b63
do not use xmpp module in API module
il y a 9 ans
isymchych
59f98205c7
use JS API; UI module refactoring
il y a 9 ans
Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
il y a 9 ans
Boris Grozev
fd5a739f3c
Minor formatting fixes, avoid using a global variable.
il y a 10 ans
Boris Grozev
46a17948d0
Renames the external API commands from "mute{Audio,Video}" to "toggle{Audio,Video}" since what they do is "toggle".
il y a 10 ans
Devin Wilson
829d8dab16
Fix CallStats require and initialize API commands and keyboard shortcuts in init method
il y a 10 ans
Zalmoxisus
7a54537bee
Fixes chat messages timestamp according to XEP-0203. Fixes #305.
il y a 10 ans
George Politis
5f48e4cf9d
Revert "Updates the license headers."
This reverts commit 93648f361b .
il y a 10 ans
George Politis
93648f361b
Updates the license headers.
il y a 10 ans