- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Sep 2 2021
Sep 2 2021
saghul committed rSYLK2a60b122ab49: webrtcgw: improved logging of incoming connections (authored by saghul).
webrtcgw: improved logging of incoming connections
• dan committed rSYLKd65d57dfe3ea: Adjusted sample config with latest default values (authored by • dan).
Adjusted sample config with latest default values
Changed codec order
Changed sample rate to favor opus
Simplified code
Added clarifying comment
Fixed chatroom capabilities
adigeo committed rSYLK08321e847d72: Fix settings the recording folder for video conference recordings (authored by adigeo).
Fix settings the recording folder for video conference recordings
adigeo committed rSYLK38b955494394: Added per video room access control and recording options (authored by adigeo).
Added per video room access control and recording options
Log remote peer address
Change log line
Log account registration failure reason
Log user agent
adigeo committed rSYLKe887732fd04b: Improve logging of WebRTC gateway and video conference applications (authored by adigeo).
Improve logging of WebRTC gateway and video conference applications
adigeo committed rSYLKfbeda73b839d: Mention implemented standards for WebRTC video conferencing (authored by adigeo).
Mention implemented standards for WebRTC video conferencing
Use proper capitalization
Update readme
Updated version
Updated changelog
saghul committed rSYLK4c11fdcbd14d: webrtc: fix closing WS connections with recent AutoBahn versions (authored by saghul).
webrtc: fix closing WS connections with recent AutoBahn versions
saghul committed rSYLK04f82cb2c94c: Don't use self-signed certificate for the web server by default (authored by saghul).
Don't use self-signed certificate for the web server by default
Remove deprecated kwarg
Update webrtc readme
saghul committed rSYLKc7dfeca36fda: webrtc: update builtin HTML description page (authored by saghul).
webrtc: update builtin HTML description page
Update remaining description texts
webrtc: reorganize API module
Remove unused imports
Updated README
Add log line when WS connection is opened
Set version to 4.0.0
Remove no longer used code
saghul committed rSYLKb2141537c5b6: Add support for TLS certificate chains for the builtin web server (authored by saghul).
Add support for TLS certificate chains for the builtin web server
Update readme
Updated TODO
saghul committed rSYLK1ba36a8dfbc6: webrtc: add ability to invite participants to a conference (authored by saghul).
webrtc: add ability to invite participants to a conference
saghul committed rSYLK42b1edfb905f: conference: update webrtc_gateway_url example (authored by saghul).
conference: update webrtc_gateway_url example
webrtc: ignore 'textroom' Janus plugin
saghul committed rSYLKc009f6b8c562: webrtc: Ignore 'proceeding' event from the SIP plugin (authored by saghul).
webrtc: Ignore 'proceeding' event from the SIP plugin
saghul committed rSYLK6604a996aeff: webrtc: add initial support for multi-party video conferencing (authored by saghul).
webrtc: add initial support for multi-party video conferencing
Refactor JanusSessionInfo
Separate Janus event handlers per plugin
Updated version
saghul committed rSYLK2b9118afe302: Advertise other means to join a room also when in bonjour mode (authored by saghul).
Advertise other means to join a room also when in bonjour mode
Fix advertising WebRTC URLs
Don't advertise XMPP support by default
Refactor echo application
saghul committed rSYLK4519f439ba76: Advertise call-by-uri WebRTC URIs in conference application (authored by saghul).
Advertise call-by-uri WebRTC URIs in conference application
Raised version and updated changelog
Update default Janus WebSocket API URL
Raised Janus version dependency
Update Janus configuration
saghul committed rSYLK98c03e8c1c52: webrtcgateway: add ability to customize User Agent (authored by saghul).
webrtcgateway: add ability to customize User Agent
Remove obsolete sylkrtc test application
Added TODO note
Remove unused variable
Update version to 3.3.0-dev
saghul committed rSYLK5f2b54824ff6: Add support for setting account display name (authored by saghul).
Add support for setting account display name
saghul committed rSYLK767f269a19cc: webrtcgateway: refactor API message handling (authored by saghul).
webrtcgateway: refactor API message handling
Updated version number
Reorganize models
saghul committed rSYLK1696421d0f60: xmppgateway: fix unicode error when sending MSRP chunks (authored by saghul).
xmppgateway: fix unicode error when sending MSRP chunks
Forcefully exit if we fail to start TLS
Updated changelog
Join the Engine thread just for 5 seconds
saghul committed rSYLKcfded1aae051: Use new notification to listen for Engine failures (authored by saghul).
Use new notification to listen for Engine failures
saghul committed rSYLKc2345b963bb8: Adapt to transpoert API change in Jingle streams (authored by saghul).
Adapt to transpoert API change in Jingle streams
saghul committed rSYLKc6fc46c82a10: Added command line option for memory debugging (authored by saghul).
Added command line option for memory debugging
Rewrite set computation for clarity
Simplified logic for starting server
Move code out of try-except block
saghul committed rSYLK4108af8b2440: Use collections.Counter instead of a custom defaultdict (authored by saghul).
Use collections.Counter instead of a custom defaultdict
Update INSTALL
saghul committed rSYLK9734c05ffb99: webrtcgateway: enable optional SRTP-SDES for outgoing calls (authored by saghul).
webrtcgateway: enable optional SRTP-SDES for outgoing calls
Avoid creating unnecessary list
Adapted to changes in SIPSIMPLE SDK 3.0.0
Fixed compatibility with AutoBahn >= 0.12
Adapt to API changes in SIPThor
Don't set GnuTLS compression parameters
saghul committed rSYLK94be045c82cf: Reject incoming sessions with a Replaces header (authored by saghul).
Reject incoming sessions with a Replaces header
Use set literals
Avoid creating unnecessary lists
Simplified code
saghul committed rSYLK9d3e72aaeeec: Handle parsing errors for is-composing payload (authored by saghul).
Handle parsing errors for is-composing payload
Simplified exception handlers
saghul committed rSYLK9b7238cc2453: Read code and reason from notification when posting SIPSessionDidFail (authored by saghul).
Read code and reason from notification when posting SIPSessionDidFail
Fix potential use of unitialized variable
Remove unused variable
Compact code
Improved logger buffer construction
saghul committed rSYLK9a324977d989: Fix passing incorrect argument to function (authored by saghul).
Fix passing incorrect argument to function
Initialize instance attribute in __init__