Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
davidzhao committed Oct 29, 2024
1 parent d6846e2 commit 1814c9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/livekit/auth_mixin.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def auth_header(
headers = {}
t = ::LiveKit::AccessToken.new(api_key: @api_key, api_secret: @api_secret)
if video_grant != nil
t.set_sip_grant(video_grant)
t.set_video_grant(video_grant)
end
if sip_grant != nil
t.set_sip_grant(sip_grant)
Expand Down

0 comments on commit 1814c9e

Please sign in to comment.