- Queries
- All Stories
- Search
- Advanced Search
- Transactions
- Transaction Logs
Feed All Stories
All Stories
All Stories
Aug 17 2017
Aug 17 2017
• dan committed rSYLK5ead05d62873: Use the UniqueStringListField type for the invited participants (authored by • dan).
Use the UniqueStringListField type for the invited participants
• dan committed rSYLK163b30157611: Moved normalization of the active participant list to the JSON model (authored by • dan).
Moved normalization of the active participant list to the JSON model
• dan committed rSYLK3637287aac86: Added UniqueStringListField JSON model field type (authored by • dan).
Added UniqueStringListField JSON model field type
Improved comment
• dan committed rSYLK7cafc01a8a7c: Only update active participants if different (authored by • dan).
Only update active participants if different
Log unhandled expection details
• dan committed rSYLKb0900a94b701: Added support for setting the active participants in a room (authored by • dan).
Added support for setting the active participants in a room
Aug 9 2017
Aug 9 2017
tijmen committed rSYLKRTC65ed1d8f1ab0: Removed non working/not neeeded checks for participants existence (authored by tijmen).
Removed non working/not neeeded checks for participants existence
tijmen committed rSYLKRTCe79b45768c5b: Fixed getRemoteStreams function in conference call (authored by tijmen).
Fixed getRemoteStreams function in conference call
Aug 2 2017
Aug 2 2017
Added todo note
• dan committed rSYLKde6b66f6c60f: Simplified getting the result from janus messages (authored by • dan).
Simplified getting the result from janus messages
Fixed handling ack messages
• dan committed rSYLKb6c625350651: Make the web resource available as a property (authored by • dan).
Make the web resource available as a property
• dan committed rSYLK93a695acb59a: Simplified getting static web resources for webrtcgateway (authored by • dan).
Simplified getting static web resources for webrtcgateway
• dan committed rSYLK96219a4b4d72: Split videoroom-ctl handler into subhandlers per option (authored by • dan).
Split videoroom-ctl handler into subhandlers per option
Jul 31 2017
Jul 31 2017
Use a local copy of bootstrap.min.css
• dan committed rSYLK73d8fea62fd9: Replaced emdash HTML code with the actual character (authored by • dan).
Replaced emdash HTML code with the actual character
Updated comment
Adjusted spacing
Updated authors and sponsors
Jul 30 2017
Jul 30 2017
• dan committed rSYLKefaa11dc0a12: Reordered and regrouped class definitions for clarity (authored by • dan).
Reordered and regrouped class definitions for clarity
Added LimitedChoiceField for json models
Set required=True for clarity
Simplified error message
• dan committed rSYLK765f2e7778f3: Better names for some of the json model classes (authored by • dan).
Better names for some of the json model classes
Jul 29 2017
Jul 29 2017
Log the resources directory on startup
• dan committed rSYLK0622eb4e6540: Fixed finding resources when forking and started with a relative path (authored by • dan).
Fixed finding resources when forking and started with a relative path
Jul 28 2017
Jul 28 2017
• dan committed rSYLK1db51a3b8665: Do not use slow regular expression for validating SIP URIs (authored by • dan).
Do not use slow regular expression for validating SIP URIs
• dan committed rSYLKa4d2a19c602c: Improve validator efficiency by using objects with a validate method (authored by • dan).
Improve validator efficiency by using objects with a validate method
• dan committed rSYLK93a8ee349aab: Do not split statements over multiple lines when not needed (authored by • dan).
Do not split statements over multiple lines when not needed
• dan committed rSYLKe77a5b005c99: Added requirement on the jsonmodels python package (authored by • dan).
Added requirement on the jsonmodels python package
• dan committed rSYLKccc36d4f1f6e: Simplified the setup.py script and improved PEP-8 compliance (authored by • dan).
Simplified the setup.py script and improved PEP-8 compliance
Jul 18 2017
Jul 18 2017
• dan committed rSYLK17051d2825eb: Removed quotes around default runtime directory in the help output (authored by • dan).
Removed quotes around default runtime directory in the help output
• dan committed rSYLKdf0b4a0b9b73: Refactored startup script and configuration handling (authored by • dan).
Refactored startup script and configuration handling
Adjusted some log lines
Reorganized startup script
• dan committed rSYLK8849f7f791a6: Use SylkServer.run to decouple from SylkServer's internals (authored by • dan).
Use SylkServer.run to decouple from SylkServer's internals
• dan committed rSYLK41e2aef33578: Renamed stop_event attribute to stopped_event (authored by • dan).
Renamed stop_event attribute to stopped_event
Added run method on SylkServer
• dan committed rSYLK77d99f91627b: Removed duplication of startup error handling (authored by • dan).
Removed duplication of startup error handling
Improved log message
Do not log traceback twice
Improved some log messages
• dan committed rSYLKc5ffd3d31b50: Use the actual config type and file to find out which config files are read (authored by • dan).
Use the actual config type and file to find out which config files are read
Removed unnecessary parentheses
Shortened option description
Updated license
Use string representation for quoted values
Removed copyright notice from script
Improved PEP-8 compliance
Use modern syntax for catching exceptions
Use single quotes instead of double quotes
Removed unnecessary variable
Removed unused variable
Fixed indentation
Jul 14 2017
Jul 14 2017
• dan committed rSYLK8adf5d5ea926: Send back error responses for videoroom-ctl requests with missing fields (authored by • dan).
Send back error responses for videoroom-ctl requests with missing fields
• dan committed rSYLK040d259369fc: Unified handling of exceptions for the video room join operation (authored by • dan).
Unified handling of exceptions for the video room join operation
Compacted statement
• dan committed rSYLKb1b2b0958b27: Simplified building request data for SIP calls and registrations (authored by • dan).
Simplified building request data for SIP calls and registrations
Simplified code and increased readability
• dan committed rSYLKca58446acc06: Use dict constructors instead of dict literals for readability (authored by • dan).
Use dict constructors instead of dict literals for readability
Removed unnecessary room attribute
Removed no longer need test
• dan committed rSYLKbdbd58892fa8: Moved video room access validation from ConnectionHandler to VideoRoom (authored by • dan).
Moved video room access validation from ConnectionHandler to VideoRoom
• dan committed rSYLK94f73223cddc: Made VideoRoomContainer consistent by not relying on weak references (authored by • dan).
Made VideoRoomContainer consistent by not relying on weak references
• dan committed rSYLK072b4979113e: Made method for handling conference invites public (authored by • dan).
Made method for handling conference invites public
Simplified finding the invited accounts
• dan committed rSYLK99dd5f600c21: Fixed invite to conference to not include oneself (authored by • dan).
Fixed invite to conference to not include oneself
Fixed spacing
• dan committed rSYLK094dd84c23af: Do not treat DNS lookup errors as API errors (authored by • dan).
Do not treat DNS lookup errors as API errors
Reworded error message
Fixed validator message
• dan committed rSYLK05cd4bded2eb: Properly release resources when getting JanusError exceptions (authored by • dan).
Properly release resources when getting JanusError exceptions
• dan committed rSYLK2af63e06ff80: Handle JanusError exceptions and relay errors back to client (authored by • dan).
Handle JanusError exceptions and relay errors back to client
Removed unnecessary parentheses
Jul 12 2017
Jul 12 2017
Raised version
Updated API docs
tijmen committed rSYLKRTCb4d4e48ab782: Added error to callback on remove account (authored by tijmen).
Added error to callback on remove account
tijmen committed rSYLKRTC4a0269ea36b4: Added the possibility to scale video track in conferences (authored by tijmen).
Added the possibility to scale video track in conferences
tijmen committed rSYLKRTCa64030dd9a69: Added possibility to pause video subscription (authored by tijmen).
Added possibility to pause video subscription
Updated webrtc-adapter version
Jul 11 2017
Jul 11 2017
• dan committed rSYLK9815002f5ec1: Use discard as session might not be yet added to the video room (authored by • dan).
Use discard as session might not be yet added to the video room
Jul 10 2017
Jul 10 2017
Removed no longer necessary todo comments
• dan committed rSYLK49f7fe7e61b2: Fixed exception while deleting subscriber sessions during hangup events (authored by • dan).
Fixed exception while deleting subscriber sessions during hangup events
• dan committed rSYLK3eb4837bd986: Fixed race condition when deleting SIP session (authored by • dan).
Fixed race condition when deleting SIP session
Removed unnecessary local variables
• dan committed rSYLKf1759b1b55d7: Use dict constructors instead of dict literals for readability (authored by • dan).
Use dict constructors instead of dict literals for readability
• dan committed rSYLK86ce0ca3f2e8: Verify that the detached feed belongs to the requester (authored by • dan).
Verify that the detached feed belongs to the requester
Avoid an unnecessary base session lookup
Use local variable
Fixed error message
Replaced test to be more straightforward
Removed unnecessary parentheses
Group asserts together
Adjusted comment spacing
Updated webrtc-adapter version
Jul 7 2017
Jul 7 2017
• dan committed rSYLKb360e0d3e35b: Eliminated delays when deleting sessions and video rooms (authored by • dan).
Eliminated delays when deleting sessions and video rooms
Removed unnecessary variable
• dan committed rSYLK290da3ecb00c: Simplified handling hangup events as they do not have an associated code (authored by • dan).
Simplified handling hangup events as they do not have an associated code