Commit Graph
10 Commits
Author SHA1 Message Date
Robert Adams a8d3c2f875 First try at adding UBit's hack to make IMs work.
Bump version.
2026-02-13 17:34:23 -08:00
Robert Adams 0aa9af9474 Get rid of a bunch of chatty debug messages. 2025-01-15 02:15:46 +00:00
Robert Adams 025bdd2fa9 Change IWebRtcVoiceService API to pass region UUID rather than IScene class.
Add local VoiceViewerSession instance for remote connections.
Add UpdateViewerSessionId to sync local and remote viewer session IDs.
Properly select sections of JsonRPC messages for in and out messages.
Code for both VoiceServiceConnector and VoiceServerConnector.
Add more and completer MessageDetail debug statements.
Bump minor version number = 1.1.1.
2025-01-08 01:04:05 +00:00
Robert Adams a4b978fd22 Properly changes channel for parcels. Fixes #9.
Message detail logfile output now controlled by INI parameters. Fixes #11.
Bump version number.
2024-12-13 00:28:17 +00:00
Robert Adams c2d55b135a Make optional a bunch of chatty debug messages (request/response msg outputs)
Bump version
2024-12-07 14:36:27 +00:00
Robert Adams b6462bb694 dd functions to leave rooms, detach from plugin, and destroy session.
Watch for Hangup from Janus and de-allocate the session.
Move ViewerSession storage and code into own static class.
Refactor the use of "session" since the term was used for too many things.
Return JanusMessages.EventResp for onEvent delegate parameters.
Add an initial console command.
Remove some of the chatty debug messages.
2024-12-03 22:53:31 +00:00
Robert Adams 70cce8ad00 Rework routines to use ViewerSession structure as the base for operations. 2024-11-24 03:31:10 +00:00
Robert Adams 5c409f963c Moving session information to higher level ViewerSession structures. 2024-11-20 18:48:40 +00:00
Robert Adams 32516e629f Up to returning the SDP and having it refused by FS.
Added JanusRoomAttendee to track IDs for the connection.
Added code for Logout message
Added code for tearing down connection on Logout or Leave.
2024-11-16 20:28:10 +00:00
Robert Adams 854d368849 Got region module loading working.
Have room creation working. Joining is next.
2024-11-14 23:48:35 +00:00