Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Create component to display remote video source #7

Open
hugoponthieu opened this issue May 12, 2024 · 0 comments
Open

Create component to display remote video source #7

hugoponthieu opened this issue May 12, 2024 · 0 comments

Comments

@hugoponthieu
Copy link
Member

Issue linked to #17.
Implement display and interpretation of remote audio/video sources.
The component will be able to read what's happening in the websocket. Everytime the "audio" message happens, it decodes the payload to display the audio/video.
It just need a connected user entity to work, in order to display from who is coming the feed and to manage the socket:

interface RemoteFeedProps {
	member: ConnectedUserEntity
}
export interface ConnectedUserEntity {
	id: string
	username: string
}

Example

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

No branches or pull requests

1 participant