Add changelog entries for the pyright introduction and the LiveKitRunnerArguments.token signature tightening. Restore the indented multi-line format for the WhatsApp missing-env error, now listing only the vars that are actually missing.
335 B
335 B
LiveKitRunnerArguments.tokenis now a requiredstr(previouslystr | Nonewith a default ofNone). LiveKit requires a token to join a room, so the type now reflects reality. This only affects custom runners that constructLiveKitRunnerArgumentsdirectly; code consuming the argument from the standard runner is unaffected.