diff --git a/.changeset/modern-pandas-exist.md b/.changeset/modern-pandas-exist.md new file mode 100644 index 0000000000..cd0434c479 --- /dev/null +++ b/.changeset/modern-pandas-exist.md @@ -0,0 +1,5 @@ +--- +"livekit-client": major +--- + +Add support for async room sid. Removes `room.sid` and replaces it with `await room.getSid()`.