Skip to content

Conversation

lukasIO
Copy link
Contributor

@lukasIO lukasIO commented Oct 9, 2025

also exposes participantEncryptionChanged event and updates rust sdks (currently not to a new FFI build, which needs to get fixed)

self.emit(
"participant_encryption_status_changed",
event.participant_encryption_status_changed.is_encrypted,
event.connection_quality_changed.quality,

Choose a reason for hiding this comment

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

why we emit event.connection_quality_changed.quality here ?

if that is needed, please put in a comment.

Copy link

@xianshijing-lk xianshijing-lk left a comment

Choose a reason for hiding this comment

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

please address the comment, if that code is needed, put in a comment to explain.
lgtm in general

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.

2 participants