Skip to content

Commit

Permalink
feat: add permission to modify metadata to the livekit token for the … (
Browse files Browse the repository at this point in the history
  • Loading branch information
pentreathm authored Oct 2, 2024
1 parent b7f179d commit 923564b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/adapters/comms-adapter.ts
Original file line number Diff line number Diff line change
Expand Up @@ -173,6 +173,7 @@ function createLiveKitAdapter(
canPublish: true,
canSubscribe: true,
canPublishData: true,
canUpdateOwnMetadata: true,
canPublishSources: [TrackSource.MICROPHONE]
})
return `livekit:wss://${host}?access_token=${token.toJwt()}`
Expand Down

0 comments on commit 923564b

Please sign in to comment.