Lyubomir Marinov
3294ef4ba3
Allows the telephony conferences utilizing the Jitsi VideoBridge server-side technology to associate an RTP stream with the participant who is contributing it. Fixes multiple NullPointerExceptions in MediaStreamStatsImpl and OneToOneCallPeerPanel. Fixes an ArrayIndexOutOfBoundsException in AccountID.
13 years ago
Lyubomir Marinov
8ab5ddd1bd
Commits work in progress on refactorying the call-related user interface for the purposes of audio and video telephony conferencing over single or multiple protocols and Jitsi VideoBridge.
13 years ago
Lyubomir Marinov
5f8c5a9063
Refactors the cross-protocol conference support.
14 years ago
Lyubomir Marinov
89d68994ef
Switches Jitsi trunk to libjitsi.
14 years ago
Yana Stamcheva
51d7bf04f6
Adds video conference interface enhancements.
14 years ago
Damian Minkov
345b13e1f2
Renames recently added event securityStarted to securityNegotiationStarted.
14 years ago
Damian Minkov
23d9a631e5
Adds security started event, indicating when security initialization has really started.
14 years ago
Lyubomir Marinov
f26b85ff9e
Fixes multiple stability issues with the (experimental) support for the cobri Jabber extension.
14 years ago
Lyubomir Marinov
6eae7b0183
Adds (experimental) support for the cobri Jabber extension.
14 years ago
Damian Minkov
da7a976995
Adds security timeout event, triggered whenever we tried and couldn't establish security connection (zrtp sends initial hello packets and don't receive response). Adds initial implementation of paranoia mode, if enabled and the other party didn't indicate encryption we fail the call.
14 years ago
Ingo Bauersachs
5f3e5311fb
Create security off event object in security control event handler
14 years ago
Emil Ivov
9feab56577
Changes project name in source license headers from SIP Communicator to Jitsi
15 years ago
Ingo Bauersachs
b4f81df16d
Adapt Call UI to multiple encryption methods
15 years ago
Damian Minkov
43ba2e1263
Fixes possible NPE calling getDisplayName on sip call peers that are already disconnected. Make sure media is closed even if any of call peer listeners throw an exception.
15 years ago
Yana Stamcheva
acaff95b47
Fixes missing security information when changing from one-to-one call to a conference call and vice versa.
15 years ago
Lyubomir Marinov
a5ad6ac543
Applies tiny source code formatting.
15 years ago
Damian Minkov
fcfaa29301
Intorduce issue#862 SIP call markes as missed though answered elsewhere (rfc3326).
16 years ago
Emil Ivov
28a0845483
Removes an unnecessary import
16 years ago
Emil Ivov
ccf956befe
Adds to Jingle support for placing calls off and on hold (still: only for Raw UDP)
16 years ago
Yana Stamcheva
fe39c46481
The reason of the error was lost the AbstractCallPeer.setState() implementation, where it is received as a parameter, but not forwarded to the next level. This is now fixed.
16 years ago
Emil Ivov
42da4218b0
Moves code from call peer's sip implementation to a super class that would be shared with the jabber implementation
16 years ago
Emil Ivov
f4df77d8e2
Refactors protocol classes so that we could share code between tha SIP and Jabber telephony implementations
16 years ago
Werner Dittmann
caf11ee51b
Fix logger usage - seventh and last bunch
16 years ago
Lyubomir Marinov
ea5fa8fc1b
Fixes the display of audio levels in conference calls with only two conference members.
16 years ago
Emil Ivov
e16c7dc372
Adds more code on dispatching audio level events. Moves the methods for accessing SSRC identifiers up to AbstractConferenceMember
16 years ago
Damian Minkov
6818c8c1c6
Add sound level listeners for the situation where we are focus in conference call and for one-2-one call.
16 years ago
Lyubomir Marinov
d89b89d290
Attempt to support the creation of conference calls and the display of conference-related information to the peers participating in the conference. Represents work in progress because the media is still not aware of the conferences.
16 years ago
Emil Ivov
1aa82c85a7
Adds javadocs to media handler
16 years ago
Emil Ivov
6d0973cba7
Adds offer processing for session update and re-enables hangup.
16 years ago
Yana Stamcheva
2a471f88c2
Ongoing work on issue #726 (Conference call user interface) including:
...
- reorganized conference user interface in order to better reflect what happens on protocol level (handle the case when the call peer doesn't participate in the call as a conference member; handles the cases when a call peer becomes a conference focus or loses the focus; etc.).
- introduced two different listeners for sound level events. One listening for stream events and the other one listening for conference members events. Add the corresponding implementation in the user interface.
- added some dummy implementation of hold, mute and sound level changes useful for test purposes.
- fixed missing javadoc comments.
17 years ago
Emil Ivov
dd634612a7
Moves some more code around (From CallSipImpl to CallPeerSipImpl). Adds javadocs to SipMessageFactory
17 years ago
Lyubomir Marinov
11603b3ad5
Commits the patch of Sebastien Vincent provided on the dev mailing in an e-mail with subject "Fix warnings in Javadoc" which fixes javadoc warnings.
17 years ago
Lyubomir Marinov
d84529346a
Commits another part of the patch provided by Sebastien Vincent on the dev mailing list in an e-mail with the subject "Fix lot of warnings in the code" which fixes warnings in the src directory.
17 years ago
Emil Ivov
51b357ed4b
Renames occurrences of callParticipant to callPeer so that it would better reflect our new Call architecture that also includes conferencing and ConferenceMembers
17 years ago