paweldomas
e2b0c4fc7b
ref(JingleSession): use template string
9 years ago
paweldomas
d7eab87424
doc(JingleSession): remove misleading comment
9 years ago
paweldomas
2d8dfbcd2a
ref(JingleSession): rename 'me' to 'localJid'
9 years ago
paweldomas
cb9e5674a0
ref(JingleSession): reorder arguments
9 years ago
paweldomas
86553336d9
style(JingleSession): organize imports
9 years ago
paweldomas
d970947aae
style(ChatRoom): use import
9 years ago
paweldomas
8ad3e55300
style(ParticipantConnectionStatus): use import
9 years ago
paweldomas
043de48f60
style(RTCUtils): use import
9 years ago
paweldomas
70df257439
style(RTC): use import
9 years ago
paweldomas
96124b6834
style(JitsiTrack): use import
9 years ago
paweldomas
7b1429cc16
style(JitsiLocalTrack): use import
9 years ago
paweldomas
e9268c2135
style(JitsiMeetJS): use import
9 years ago
paweldomas
9e7e3ddfe1
style(JitsiMediaDevices): use import
9 years ago
paweldomas
791dfb596f
style(JitsiConferenceEventManager): use import
9 years ago
paweldomas
7a81fce347
style(JingleSessionPC): line limit + indentation
9 years ago
paweldomas
c9c6929c49
style(JingleSessionPC): fix indentation
9 years ago
paweldomas
b110968baa
ref(JingleSessionPC): use const or let
9 years ago
paweldomas
dd620e1c5a
ref(JingleSessionPC): convert to ES6 syntax
9 years ago
paweldomas
f0d128484d
ref(MediaType): convert to ES6 syntax
9 years ago
paweldomas
5e2f924857
ref(JingleSession): convert to ES6 syntax
9 years ago
hristoterezov
e3d2a2bf71
fix(Caps): Version attribute generation
9 years ago
bbaldino
a43f76b8a9
Merge pull request #375 from jitsi/fix-transport-replace
Fix broken 'transport-replace'
9 years ago
paweldomas
f2c5c118aa
fix(JingleSessionPC): transport-replace
9 years ago
bbaldino
12a91dcf17
Merge pull request #373 from jitsi/move_TPC
Move TraceablePeerConnection to RTC
9 years ago
Saúl Ibarra Corretgé
886bc1519d
Make sure the minimum resolution is no less than 320 x 180
Otherwise Chrome has been seen using a simulcast layer with a resolution of
240 x 135, which can break implementations not supporting odd resolutions, such
as WebRTC on Android.
Related Chrome issues:
* https://bugs.chromium.org/p/webrtc/issues/detail?id=6651
* https://bugs.chromium.org/p/webrtc/issues/detail?id=7206
9 years ago
paweldomas
c843889f52
fix(RTC): broken "getRemoteTracks" method
9 years ago
paweldomas
f2e6d38d0d
ref(TraceablePeerConnection): cleanup imports
9 years ago
paweldomas
7a7d6972c5
ref(JitsiConference): cleanup imports
9 years ago
paweldomas
359e525cc2
ref: remove double "l" from SignallingLayer
9 years ago
paweldomas
af26c86db0
ref(RTC): rename "owner" to "ownerEndpointId"
9 years ago
paweldomas
d30451a99e
doc(TraceablePeerConnection): comment on warning msg
9 years ago
paweldomas
3b59cdb080
ref(RTC): cleanup local track access
9 years ago
paweldomas
0ddd4e8dfa
ref(RTC): add getRemoteTracks method
9 years ago
paweldomas
a31a50e1ff
feat(RTC): store peer connections and assign IDs
9 years ago
paweldomas
ff932f385c
ref(JingleSessionPC): emit track added/removed in RTC
9 years ago
paweldomas
98df9a5f29
ref(XMPPEvents): move some PC related events to RTC
Moves part of the XMPP events which are clearly
related to the PeerConnection to RTCEvents.
9 years ago
paweldomas
1cbc4d7542
ref: move TraceablePeerConnection to RTC
also fixes lint errors
9 years ago
paweldomas
67cc2f3ea3
ref(ChatRoom): move emit remote stream added
There's no reason to involve the ChatRoom directly into the generation
of remote stream added event. It merely provides some info carried in
the presence about muted state etc.
9 years ago
Ilya Daynatovich
5be6d43539
Unsupported browser (feature)
9 years ago
bgrozev
d904edbc0b
Merge pull request #364 from saghul/cleanup-simulcastmode
cleanup: remove code handling simulcast mode
9 years ago
Paweł Domas
77ada51d1e
Merge pull request #372 from jitsi/move_jingle_session
Move JingleSessionPC from ChatRoom to JitsiConference
9 years ago
paweldomas
b1aa74addf
ref(JingleSessionPC): explicitly pass each option to TPC
9 years ago
paweldomas
0e6b610033
style(JitsiConference): add ' ' before if
9 years ago
paweldomas
f8b9faed99
ref(JitsiConference): rename 'addLocalStream' + doc fixes
9 years ago
paweldomas
ebbec1ffa8
ref(JingleSessionPC): rename 'replaceStream'
9 years ago
Ilya Daynatovich
c6518b5724
Indicate in a machine-readable way that WebRTC is not supported either natively or via a known plugin such as Temasys
9 years ago
paweldomas
7e1ed00389
style(JitsiConference): add braces
9 years ago
paweldomas
b3681eab4d
ref(JitsiConference): remove "WebRTC" from names
9 years ago
paweldomas
63a1c1ac3c
ref: remove JingleSession from ChatRoom
9 years ago
paweldomas
4ef8af9f3d
ref(JingleSession): remove 'service' dependency
9 years ago