hristoterezov
c008950e66
Merge pull request #86 from jitsi/non-global-jitsimeetjs
Don't rely on JitsiMeetJS being global
9 vuotta sitten
Lyubomir Marinov
2605abe2a3
Don't rely on JitsiMeetJS being global
While we have JitsiMeetJS defined as a global variable in Jitsi Meet, it
doesn't sound like an absolutely necessary and beautiful requirement
inside the library itself.
9 vuotta sitten
hristoterezov
cd8cb3a50b
Merge pull request #85 from jitsi/react-native-main-entry-point
Define the main/primary entry point of the library
9 vuotta sitten
hristoterezov
d35dac3095
Define the main/primary entry point of the library
Enables the library to be used via require. Example usage is a React
Native (mobile) app which bundles its dependencies (in its release
build).
9 vuotta sitten
bgrozev
8805695ab9
Merge pull request #66 from pstros/add-max-fps-option
Add maxFps option for requesting video
9 vuotta sitten
George Politis
a397464179
Merge pull request #84 from bgrozev/stereo
Adds a stereo option.
9 vuotta sitten
Boris Grozev
a4c62bac8d
Adds a stereo option.
9 vuotta sitten
bgrozev
8401ef1179
Merge pull request #83 from jitsi/lipsync
Lipsync
9 vuotta sitten
Boris Grozev
84f72c1b73
Minor simplification.
9 vuotta sitten
Boris Grozev
fe724ef7dc
Avoid unnecessary traversal.
9 vuotta sitten
damencho
7eb48aa2be
Merge pull request #82 from jitsi/add-hidden-participant-support
Add hidden participant support
9 vuotta sitten
yanas
02c46a19fb
Add hidden participant support
9 vuotta sitten
paweldomas
8ba1af02a3
Advertise lip-sync feature for Chrome client
9 vuotta sitten
paweldomas
b54d095e2d
Initialize 'videomuted' presence with 'false'
9 vuotta sitten
paweldomas
f6d730794e
Deal with the WebRTC streams on per track basis
9 vuotta sitten
paweldomas
e72d0df947
Comment out unused method
9 vuotta sitten
paweldomas
c8ab78efff
Simplify the loop and fix formatting(line limit), add null check
9 vuotta sitten
paweldomas
b58a6f06dc
Fix the naming of RTC.removeRemoteTrack
9 vuotta sitten
paweldomas
19df65f3e5
Rename "stream" to "track" in RTC context plus fixes
Rename variables with "stream" in name which refer to JitsiTrack.
Rename TRACK ADDED/REMOVED events.
Try to reduce direct access to remoteTracks object.
Log warning message when track is overwritten.
9 vuotta sitten
paweldomas
02d631075d
Name the var what it really is and detect potential issue
We were assigning the var, before the type was compared which
could result in accepting "audio" stream for "video" JitsiLocalTrack.
9 vuotta sitten
paweldomas
2534e623fc
Add VideoType
9 vuotta sitten
paweldomas
0f3cd3b873
Add MediaType
9 vuotta sitten
paweldomas
e90eb532b9
Require RTCUtils in JitsiTrack
9 vuotta sitten
paweldomas
6b25f9cd20
Add missing semicolons, break some comments at line limit
9 vuotta sitten
paweldomas
9c0e7afca2
Remove unused/invalid call
9 vuotta sitten
bgrozev
f151cf229d
Merge pull request #80 from jitsi/fix-callstats-funcname
Fixes callstats wrtcFuncNames signalingError.
9 vuotta sitten
damencho
b92597d619
Merge pull request #77 from bgrozev/callstats-ds
Sends dominant speaker events to callstats.
9 vuotta sitten
damencho
66806b6b2e
Fixes callstats wrtcFuncNames signalingError.
9 vuotta sitten
George Politis
7425a91a89
Merge pull request #79 from bgrozev/fix-options-object
Fixes the options object used.
9 vuotta sitten
Boris Grozev
c87e341872
Fixes the options object used.
9 vuotta sitten
George Politis
9b42df5bde
Merge pull request #78 from bgrozev/start-bitrate
Adds startBitrate to the conference creation request.
9 vuotta sitten
Boris Grozev
30d3a19db8
Adds startBitrate to the conference creation request.
9 vuotta sitten
hristoterezov
f346df574e
Merge pull request #72 from bgrozev/log-datachannel-open
Saves the time a data channel was opened in connectionTimes.
9 vuotta sitten
bgrozev
a39b742c67
Fixes the key of the "data channe opened" entry.
9 vuotta sitten
Boris Grozev
eb5f0dce0b
Sends dominant speaker events to callstats.
9 vuotta sitten
Paweł Domas
6bb0a04697
Merge pull request #75 from jitsi/fix_track_arrays_reference
Changes JitsiConference.getLocalTracks and JitsiParticipant.getTracks to return cloned array of tracks
9 vuotta sitten
hristoterezov
849763dfdc
Changes JitsiConference.getLocalTracks and JitsiParticipant.getTracks to return cloned array of tracks
9 vuotta sitten
Paweł Domas
f46110fc9d
Update tokens.md
Renames 'issuer' to 'iss'
9 vuotta sitten
yanas
4d481d74c8
Merge pull request #60 from jitsi/callstats_fix
Fixes callstats issue: Cannot send feedback to callstats after JitsiConference.leave
9 vuotta sitten
hristoterezov
2f026f8ff1
Changes FIXME comment about the data channels
9 vuotta sitten
hristoterezov
ab27837f4a
Fixes issue with not sending presence unavailable when JitsiConference.leave is called
9 vuotta sitten
hristoterezov
da7d7f038a
Removes unused CONNECTION_CLOSED event
9 vuotta sitten
hristoterezov
eab5873d89
Fixes issues realted to JitsiConference.leave()
9 vuotta sitten
hristoterezov
4f8a0143ef
Merge branch 'master' into callstats_fix
9 vuotta sitten
hristoterezov
a908efaa35
Merge pull request #74 from jitsi/fix-options
Fixes using options from correct locations
9 vuotta sitten
damencho
7cc832e9ee
Fixes using options from correct locations, per conference or per connection.
9 vuotta sitten
Paweł Domas
5ff4dece7d
Merge pull request #73 from jitsi/fix_resolution_retries
Fixed issue with not recognising unsupported resolution error
9 vuotta sitten
hristoterezov
4e0f46de41
Fixed issue with not recognising unsupported resolution error
9 vuotta sitten
George Politis
4285128d3e
Merge pull request #70 from jitsi/ssrc_remove
Simplify source-remove notifications.
9 vuotta sitten
Boris Grozev
d894a7e579
Saves the time a data channel was opened in connectionTimes.
9 vuotta sitten