Lyubo Marinov
f4de65a647
Comply w/ coding style
8 vuotta sitten
hristoterezov
0f42f18100
ref(iframe_api): ESLint support for API.js
8 vuotta sitten
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
8 vuotta sitten
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.
8 vuotta sitten
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.
8 vuotta sitten
hristoterezov
334eb5d423
feat(iframe_api): Add more ESLint rules
8 vuotta sitten
hristoterezov
d416fd8c0f
ref(iframe_api): Use EventEmitter
8 vuotta sitten
hristoterezov
78119df2db
ref(iframe_api): Use ES6
8 vuotta sitten
hristoterezov
dbcd19418c
fix(iframe_api): Passing config params is not working
8 vuotta sitten
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.
8 vuotta sitten
hristoterezov
aeb301c8d5
feat(iframe_api): Add jwt token parameter
8 vuotta sitten
Saúl Ibarra Corretgé
5849980092
external_api: fix jsdoc
8 vuotta sitten
hristoterezov
15090243d0
fix(API): JS errors caused by remote control merge
8 vuotta sitten
hristoterezov
b22e3ee253
style(remotecontrol): Fix JSDoc for RemoteControlEvent
8 vuotta sitten
hristoterezov
0efca9a9a8
fix(remotecontrol): Fixing issues after peer review.
8 vuotta sitten
hristoterezov
846fb9abb0
feat(remotecontrol): Implement requesting remote control permissions
8 vuotta sitten
hristoterezov
0f33e59e4d
feat(remotecontrol): announce remotecontrol support
8 vuotta sitten
hristoterezov
896650d005
feat(remotecontrol): Implement basic remote control support
8 vuotta sitten
hristoterezov
207ac47aa7
fix(iframe_api): s/getNumberOfParticipant/getNumberOfParticipants
8 vuotta sitten
hristoterezov
4a5a1cd5f4
fix(iframe_api): Remove enable/disable events
8 vuotta sitten
hristoterezov
09d63d38ab
fix(iframe_api): prevents multiple execution of listeners per event
8 vuotta sitten
hristoterezov
6bf0f9b2ec
feat(iframe_api): get number of participants
8 vuotta sitten
hristoterezov
f7ce8d028d
feat(iframeAPI): implement avatar change commands
8 vuotta sitten
paweldomas
b58f1cdd16
use logger instead of console
8 vuotta sitten
hristoterezov
dc43135980
fix(iframe_api): toggleScreenSharing command
8 vuotta sitten
hristoterezov
47d39ed5ca
feat(iframe_api): Implement readyToClose event and hangup command
8 vuotta sitten
Lyubomir Marinov
a2b076985a
ESLint
Enable ESLint on jitsi-meet with the same configuration and the same
goals as in lib-jitsi-meet.
8 vuotta sitten
Gubin, Maksim
9aa7f80e82
hot fix api.executeCommand
8 vuotta sitten
hristoterezov
e46d45adea
Fixes issue #716
8 vuotta sitten
hristoterezov
02f176c75a
Changes the implementation of the iframe API to use postis
9 vuotta sitten
hristoterezov
8deb003ef6
JWT client support
9 vuotta sitten
hristoterezov
d535765648
Fixes issue with externalConnectUrl hash param when the value is null
9 vuotta sitten
hristoterezov
d09021457b
Fixes JS error in API module
9 vuotta sitten
isymchych
666dfb9b63
do not use xmpp module in API module
9 vuotta sitten
isymchych
59f98205c7
use JS API; UI module refactoring
9 vuotta sitten
Boris Grozev
bd58e6c799
Enables the jshint maximum line length check (80 chars) globally, and only overrides it in certain files.
9 vuotta sitten
Boris Grozev
fd5a739f3c
Minor formatting fixes, avoid using a global variable.
9 vuotta sitten
Boris Grozev
46a17948d0
Renames the external API commands from "mute{Audio,Video}" to "toggle{Audio,Video}" since what they do is "toggle".
9 vuotta sitten
Devin Wilson
829d8dab16
Fix CallStats require and initialize API commands and keyboard shortcuts in init method
9 vuotta sitten
Zalmoxisus
7a54537bee
Fixes chat messages timestamp according to XEP-0203. Fixes #305.
10 vuotta sitten
George Politis
5f48e4cf9d
Revert "Updates the license headers."
This reverts commit 93648f361b .
10 vuotta sitten
George Politis
93648f361b
Updates the license headers.
10 vuotta sitten
Boris Grozev
886fb2ac43
Fix typos and rename event names for purposes of clarity.
10 vuotta sitten
hristoterezov
9eb2873cfa
Removes the bundles for every module and add bundle for the whole application.
10 vuotta sitten
hristoterezov
af50bd5b94
Resolves some module dependancies by replaces them with events.
10 vuotta sitten
hristoterezov
899f0ee83d
Removes UI dependancies in the xmpp module.
10 vuotta sitten
hristoterezov
e4e66a03d7
Creates initial version of xmpp module.
10 vuotta sitten
hristoterezov
0508628871
Creates API module.
10 vuotta sitten