Skip to content

Commit

Permalink
Fix stream settings reference
Browse files Browse the repository at this point in the history
  • Loading branch information
talk2MeGooseman committed May 20, 2024
1 parent 02a8811 commit 8b9f473
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/stream_closed_captioner_phoenix/captions_pipeline.ex
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ defmodule StreamClosedCaptionerPhoenix.CaptionsPipeline do

params = %Zoom.Params{
seq: get_in(message, ["zoom", "seq"]),
lang: user.stream_settings.language
lang: stream_settings.language
}

payload =
Expand Down

0 comments on commit 8b9f473

Please sign in to comment.