Skip to main content

Notification

The StreamLayerSDKNotification component is used to display a notification card basically under the video.

Follow to the Notifications documentation to learn more about the notification feature.

Quick Start

Place the StreamLayerSDKNotification component wherever you want in your app, but it should be wrapped inside the StreamLayerProvider component and style it position and size.

import { StreamLayerProvider } from '@streamlayer/react'
import { StreamLayerSDKNotification } from '@streamlayer/react'

<StreamLayerProvider {...providerProps}>
<StreamLayerSDKNotification />
</StreamLayerProvider>