meeting_place_matrix 0.0.1-dev.12
meeting_place_matrix: ^0.0.1-dev.12 copied to clipboard
Matrix transport implementation for the Meeting Place SDK. Provides MatrixTransport (implements MeetingPlaceTransport), MatrixService, and MatrixMeetingPlaceSDK factory.
0.0.1-dev.12 #
- FIX: allow any room member to start and join calls (#302).
0.0.1-dev.11 #
- FIX: correct ongoing-call observation membership stream docs (#299).
0.0.1-dev.10 #
- FIX: advance matrix sync markers to newest event to stop unread badge recount (#279).
0.0.1-dev.9 #
- FEAT: ring a single group member via targeted group-notify (#292).
0.0.1-dev.8 #
- FIX: stop old cancelled calls from showing up again (#294).
0.0.1-dev.7 #
- FIX: allow invited members to join Matrix group calls (#289).
0.0.1-dev.6 #
- FIX: enable participant name and avatar lookup during active calls (#283).
0.0.1-dev.5 #
- FIX: use matrix room watcher for reliable group call cancel (#284).
0.0.1-dev.4 #
- Update a dependency to the latest release.
0.0.1-dev.3 #
- FIX: surface busy auto-reject on cancelled-call stream (#275).
0.0.1-dev.2 #
- FIX: report network errors (#276).
0.0.1-dev.1 #
- Update a dependency to the latest release.
0.0.1-dev.0 #
Added #
-
Dedicated
meeting_place_matrixpackage for Matrix transport support that was previously embedded inmeeting_place_coreandmeeting_place_chat. -
MeetingPlaceMatrixSDK,MeetingPlaceMatrixChatSDK,MatrixService, and transport APIs for Matrix-backed individual chats, group chats, room subscriptions, and room history. -
Matrix media upload/download, image/video/document/voice attachments, typing indicators, reactions, message edits, message deletion, delivery receipts, and member removal support.
-
Optional LiveKit-backed audio/video calling support, including Matrix RTC signalling helpers and call session models.
-
Package-specific examples, test configuration, and setup guidance for Matrix encryption runtime initialization with
vodozemac.
Changed #
- Matrix-specific runtime dependencies, examples, and setup documentation now live in
meeting_place_matrixinstead ofmeeting_place_coreormeeting_place_chat.