Skip to content

Conversation

brainwith
Copy link

This PR adds the lastSpokeAt property to the Swift SDK to align with Android and JS implementations.
It represents the last time a participant spoke, allowing consistent behavior across platforms.

@CLAassistant
Copy link

CLAassistant commented Oct 14, 2025

CLA assistant check
All committers have signed the CLA.

Copy link
Contributor

@pblazej pblazej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can we use Date? similarly to joinedAt I think this is consistent in other SDKs (Date in JS, Long? in Kotlin, DateTime in Flutter)

@brainwith
Copy link
Author

Can we use Date? similarly to joinedAt I think this is consistent in other SDKs (Date in JS, Long? in Kotlin, DateTime in Flutter)

That’s a great suggestion — I can update it to use Date. The original use of Long was mainly for convenience when sorting on the caller side.

Copy link
Contributor

@pblazej pblazej left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thank you for fixing that 🥇

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants