Skip to content

Feature/add webrtc#9

Merged
actbit merged 6 commits intodevelopfrom
feature/add-webrtc
Feb 28, 2026
Merged

Feature/add webrtc#9
actbit merged 6 commits intodevelopfrom
feature/add-webrtc

Conversation

@actbit
Copy link
Owner

@actbit actbit commented Feb 28, 2026

No description provided.

Copy link

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: 5c601679c6

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

try
{
// Initialize Lucid.Rtc connection
InitializeRtcConnection();

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

P1 Badge Respect TryUseNativeClient before initializing Lucid.Rtc

StartAsync unconditionally calls InitializeRtcConnection(), so the new WebRtcSettings.TryUseNativeClient switch never changes runtime behavior. In environments where the native/Lucid backend is unavailable, setting TryUseNativeClient = false still goes through native initialization and can fail startup instead of falling back to simulation mode as the setting/documentation imply. Gate this initialization on the setting (or remove the setting) so operators can reliably disable native WebRTC.

Useful? React with 👍 / 👎.

@actbit actbit merged commit 80952ce into develop Feb 28, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant