matrix-dart-sdk/lib/src
td 046e2caf7d
fix: allow passing a WrappedMediaStream to GroupCall.enter() to use as the local user media stream
currently in the app we start the group call (but do not enter it), then we use the localStreams provided by it to show the setup page (enable/disable media devices). This causes some issues because the user hasn't joined the group call so the member state events don't update and the group call is killed if they just sit on the setup call page. Also creating a group call, sends notifications in our apps but no one has entered it. With this MR, apps can get their own user media, then edit that stream on setup page add it to GroupCall.enter(stream). This way, a group call doesn't have to be started and we get to do the setup page as well.
2023-04-25 14:18:45 +05:30
..
database feat: Support private read receipts 2023-04-21 18:31:15 +02:00
models feat: Support private read receipts 2023-04-21 18:31:15 +02:00
utils Merge branch 'nico/private-receipts' into 'main' 2023-04-21 16:37:25 +00:00
voip fix: allow passing a WrappedMediaStream to GroupCall.enter() to use as the local user media stream 2023-04-25 14:18:45 +05:30
client.dart feat: Support private read receipts 2023-04-21 18:31:15 +02:00
event.dart feat: Support private read receipts 2023-04-21 18:31:15 +02:00
event_status.dart refactor: Change event status to enum 2021-10-14 13:31:07 +00:00
presence.dart feat: switch from pedantic to lints 2022-08-15 14:15:51 +00:00
room.dart feat: Support private read receipts 2023-04-21 18:31:15 +02:00
timeline.dart feat: Support private read receipts 2023-04-21 18:31:15 +02:00
user.dart fix: Use MatrixLocalizations to calculate fallback user displayname 2023-03-13 15:49:05 +00:00