Skip to content

Commit

Permalink
Add user id to response (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
mako321 authored Dec 13, 2024
1 parent 9896edb commit 9a60bb6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/Services/JitsiService.php
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,7 @@ public function getChannelData(
"configOverwrite" => $configOverwrite,
"interfaceConfigOverwrite" => $interfaceConfigOverwrite,
"userInfo" => [
'id' => $user->id,
'displayName' => "{$user->first_name} {$user->last_name}",
'email' => $user->email,
]
Expand Down

0 comments on commit 9a60bb6

Please sign in to comment.