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 33b0a0a commit 5158aef
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 239 deletions.

This file was deleted.

5 changes: 0 additions & 5 deletions example/src/renderer/examples/advanced/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ import ChannelMediaRelay from './ChannelMediaRelay/ChannelMediaRelay';
import ContentInspect from './ContentInspect/ContentInspect';
import DeviceManager from './DeviceManager/DeviceManager';
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 @@ -61,10 +60,6 @@ const Advanced = {
name: 'DirectCdnStreaming',
component: DirectCdnStreaming,
},
{
name: 'EncodedVideoFrame',
component: EncodedVideoFrame,
},
{
name: 'Encryption',
component: Encryption,
Expand Down

0 comments on commit 5158aef

Please sign in to comment.