core: decode roomName doAppStart - #1038
Conversation
🦋 Changeset detectedLatest commit: 6be9bc2 The changes in this PR will be included in the next version bump. This PR includes changesets to release 4 packages
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
e7d8dc3 to
5aa954e
Compare
|
/canary |
|
🚀 The canary releases have been published to npm. You can test the releases by installing the newly published versions: pnpm add @whereby.com/assistant-sdk@0.0.0-canary-20260616113857pnpm add @whereby.com/browser-sdk@0.0.0-canary-20260616113857pnpm add @whereby.com/core@0.0.0-canary-20260616113857pnpm add @whereby.com/react-native-sdk@0.0.0-canary-20260616113857 |
5aa954e to
f7a8b71
Compare
|
/canary |
|
🚀 The canary releases have been published to npm. You can test the releases by installing the newly published versions: pnpm add @whereby.com/assistant-sdk@0.0.0-canary-20260616120149pnpm add @whereby.com/browser-sdk@0.0.0-canary-20260616120149pnpm add @whereby.com/core@0.0.0-canary-20260616120149pnpm add @whereby.com/react-native-sdk@0.0.0-canary-20260616120149 |
f7a8b71 to
666c68b
Compare
|
/canary |
|
🚀 The canary releases have been published to npm. You can test the releases by installing the newly published versions: pnpm add @whereby.com/assistant-sdk@0.0.0-canary-20260617094509pnpm add @whereby.com/browser-sdk@0.0.0-canary-20260617094509pnpm add @whereby.com/core@0.0.0-canary-20260617094509pnpm add @whereby.com/react-native-sdk@0.0.0-canary-20260617094509 |
666c68b to
2d0c47e
Compare
|
/canary |
|
🚀 The canary releases have been published to npm. You can test the releases by installing the newly published versions: pnpm add @whereby.com/assistant-sdk@0.0.0-canary-20260618122331pnpm add @whereby.com/browser-sdk@0.0.0-canary-20260618122331pnpm add @whereby.com/core@0.0.0-canary-20260618122331pnpm add @whereby.com/react-native-sdk@0.0.0-canary-20260618122331 |
2d0c47e to
6fd4160
Compare
6fd4160 to
6be9bc2
Compare
|
/canary |
|
🚀 The canary releases have been published to npm. You can test the releases by installing the newly published versions: pnpm add @whereby.com/assistant-sdk@0.0.0-canary-20260623145732pnpm add @whereby.com/browser-sdk@0.0.0-canary-20260623145732pnpm add @whereby.com/core@0.0.0-canary-20260623145732pnpm add @whereby.com/react-native-sdk@0.0.0-canary-20260623145732 |
Description
Summary:
In order to support rooms with special characters in the name, we need to do some decoding on
roomUrl. This prevents clients trying to join rooms with the encoded URL, which technically is a non-existing room.Related Issue:
Testing
Test instructions here: https://github.com/whereby/recording-service/pull/1096
Screenshots/GIFs (if applicable)
Checklist
under the terms of the MIT license.
Additional Information