Skip to content

Conversation

@arnautov-anton
Copy link
Contributor

@arnautov-anton arnautov-anton commented Dec 19, 2024

This PR adds

  • LocationComposer class - allows to compose a message with a shared_location
  • local events live_location_sharing.started, live_location_sharing.stopped
  • Channel.sendSharedLocation - sends a message with a new shared_location field
  • Channel.stopLiveLocationSharing - dispatches local live_location_sharing.stopped event to notify LiveLocationManager instances (should probably just update message attachment with stopped_sharing instead)
  • LiveLocationManager class - reports location (client.updateSharedLocation) updates to the server for all the messages
  • location related types

@arnautov-anton arnautov-anton force-pushed the feat/live-location-manager branch from b3cfe1f to 36d56e1 Compare January 9, 2025 15:11
@github-actions
Copy link
Contributor

github-actions bot commented Jan 9, 2025

Size Change: +7.75 kB (+1.79%)

Total Size: 441 kB

Filename Size Change
dist/cjs/index.browser.cjs 128 kB +2.59 kB (+2.07%)
dist/cjs/index.node.cjs 172 kB +2.65 kB (+1.56%)
dist/esm/index.js 141 kB +2.51 kB (+1.82%)

compressed-size-action

@khushal87
Copy link
Member

khushal87 commented Jul 18, 2025

I am unable to send a location message in a thread. Is it in the spec? I see there's an early exit in the code for sendLocation

@MartinCupela
Copy link
Contributor

I am unable to send a location message in a thread. Is it in the spec? I see there's an early exit in the code for sendLocation

I think this stems from the spec API definition - there is no place for thread id info in the methods signatures

@MartinCupela MartinCupela force-pushed the feat/live-location-manager branch from 5d64d66 to 9b126e7 Compare July 22, 2025 13:27
@MartinCupela MartinCupela merged commit 8101f65 into master Jul 23, 2025
4 checks passed
@MartinCupela MartinCupela deleted the feat/live-location-manager branch July 23, 2025 10:18
github-actions bot pushed a commit that referenced this pull request Jul 23, 2025
## [9.12.0](v9.11.0...v9.12.0) (2025-07-23)

### Features

* add static location and live location support ([#1423](#1423)) ([8101f65](8101f65))
* query channels request override ([#1583](#1583)) ([71e4715](71e4715))
@stream-ci-bot
Copy link

🎉 This PR is included in version 9.12.0 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants