Skip to content

Conversation

@oliverlaz
Copy link
Member

@oliverlaz oliverlaz commented Oct 24, 2025

💡 Overview

Allows integrators to provide children components to our LivestreamPlayer components to allow easier extension and more convenient access to the underlying call instance.

e.g.:

<LivestreamPlayer callType="livestream" callId="123">
  <MyComponent />
</LivestreamPlayer>

const MyComponent = () => {
  // will have access to the `call` instance created by the player
  const call = useCall();
  // do stuff
};

@oliverlaz oliverlaz merged commit 1558f06 into main Oct 24, 2025
15 checks passed
@oliverlaz oliverlaz deleted the livestream-player branch October 24, 2025 11:08
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.

3 participants