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

feat: add with-pubnub #510

Merged
merged 6 commits into from
Mar 8, 2024
Merged

feat: add with-pubnub #510

merged 6 commits into from
Mar 8, 2024

Conversation

0xcadams
Copy link
Member

@0xcadams 0xcadams commented Mar 7, 2024

Description

Added a with-pubnub example to show how a developer can build a stream solution with one streamer and many viewers interacting over chat.

Copy link

vercel bot commented Mar 7, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lvpr-tv ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 8, 2024 8:25pm
ui-kit-docs-embed ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 8, 2024 8:25pm
ui-kit-next ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 8, 2024 8:25pm
ui-kit-next-pages ✅ Ready (Inspect) Visit Preview 💬 Add feedback Mar 8, 2024 8:25pm

];

export const Chat = ({ playbackId }: { playbackId: string }) => {
const [chatMessages, setChatMessages] = useState<ChatMessage[]>([

Check notice

Code scanning / CodeQL

Unused variable, import, function or class Note

Unused variable setChatMessages.
@@ -0,0 +1,34 @@
"use server";

Check warning

Code scanning / CodeQL

Unknown directive Warning

Unknown directive: 'use server'.
@@ -0,0 +1,31 @@
"use client";

Check warning

Code scanning / CodeQL

Unknown directive Warning

Unknown directive: 'use client'.
@@ -0,0 +1,154 @@
"use client";

Check warning

Code scanning / CodeQL

Unknown directive Warning

Unknown directive: 'use client'.
@@ -0,0 +1,178 @@
"use client";

Check warning

Code scanning / CodeQL

Unknown directive Warning

Unknown directive: 'use client'.
@@ -0,0 +1,133 @@
"use client";

Check warning

Code scanning / CodeQL

Unknown directive Warning

Unknown directive: 'use client'.
@@ -0,0 +1,44 @@
"use client";

Check warning

Code scanning / CodeQL

Unknown directive Warning

Unknown directive: 'use client'.
@@ -0,0 +1,61 @@
"use server";

Check warning

Code scanning / CodeQL

Unknown directive Warning

Unknown directive: 'use server'.
@@ -0,0 +1,175 @@
"use client";

Check warning

Code scanning / CodeQL

Unknown directive Warning

Unknown directive: 'use client'.
@0xcadams 0xcadams merged commit 315c119 into main Mar 8, 2024
12 checks passed
@0xcadams 0xcadams deleted the 0xcadams/with-pubnub branch March 8, 2024 20:29
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.

None yet

1 participant