Skip to content

Commit

Permalink
chore: remove encodedVideoFrame case
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxianzhe committed Oct 25, 2024
1 parent 1109320 commit 6a41369
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 243 deletions.
1 change: 0 additions & 1 deletion example/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ Any scene of this project can run successfully alone.
| [ChannelMediaRelay](./src/examples/advanced/ChannelMediaRelay) | Starts relaying media streams across channels. This method can be used to implement scenarios such as co-host across channels |
| [ContentInspect](./src/examples/advanced/ContentInspect) | Content inspect |
| [DirectCdnStreaming](./src/examples/advanced/DirectCdnStreaming) | Direct CDN streaming |
| [EncodedVideoFrame](./src/examples/advanced/EncodedVideoFrame) | Encoded video frame |
| [Encryption](./src/examples/advanced/Encryption) | Enables/Disables the built-in encryption |
| [Extension](./src/examples/advanced/Extension) | Enables/Disables extensions |
| [JoinMultipleChannel](./src/examples/advanced/JoinMultipleChannel) | Joins a channel with the connection ID |
Expand Down
237 changes: 0 additions & 237 deletions example/src/examples/advanced/EncodedVideoFrame/EncodedVideoFrame.tsx

This file was deleted.

5 changes: 0 additions & 5 deletions example/src/examples/advanced/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import BeautyEffect from './BeautyEffect/BeautyEffect';
import ChannelMediaRelay from './ChannelMediaRelay/ChannelMediaRelay';
import ContentInspect from './ContentInspect/ContentInspect';
import DirectCdnStreaming from './DirectCdnStreaming/DirectCdnStreaming';
import EncodedVideoFrame from './EncodedVideoFrame/EncodedVideoFrame';
import Encryption from './Encryption/Encryption';
import Extension from './Extension/Extension';
import JoinMultipleChannel from './JoinMultipleChannel/JoinMultipleChannel';
Expand Down Expand Up @@ -60,10 +59,6 @@ const Advanced = {
name: 'DirectCdnStreaming',
component: DirectCdnStreaming,
},
{
name: 'EncodedVideoFrame',
component: EncodedVideoFrame,
},
{
name: 'Encryption',
component: Encryption,
Expand Down

0 comments on commit 6a41369

Please sign in to comment.