Skip to content

Bridge: RPCManager#67

Open
stephen-derosa wants to merge 6 commits intolivekit:mainfrom
stephen-derosa:sderosa/bridge-rpc
Open

Bridge: RPCManager#67
stephen-derosa wants to merge 6 commits intolivekit:mainfrom
stephen-derosa:sderosa/bridge-rpc

Conversation

@stephen-derosa
Copy link
Contributor

@stephen-derosa stephen-derosa commented Feb 27, 2026

Overview

RPC Manager for handling built in RPC calls and user registered RPC calls.

Built in RPC calls

  • mute/unmute tracks on remote participants

Examples

examples/bridge_mute_unmute/
examples/bridge_rpc/

Testing

  • RPC application level integration tests
  • RPCManager unit tests
  • testing through examples

@stephen-derosa stephen-derosa self-assigned this Feb 27, 2026
@stephen-derosa stephen-derosa added the enhancement New feature or request label Feb 27, 2026

// Handle access
bool has_handle() const noexcept { return !handle_.valid(); }
bool has_handle() const noexcept { return handle_.valid(); }
Copy link
Contributor Author

Choose a reason for hiding this comment

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

in the case people reported mute/unmute not working, this was the cause.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant