UNPKG

@100mslive/react-native-room-kit

Version:

100ms Room Kit provides simple & easy to use UI components to build Live Streaming & Video Conferencing experiences in your apps.

12 lines 527 B
import React from 'react'; import type { SharedValue } from 'react-native-reanimated'; import type { PeerTrackNode } from '../utils/types'; import type { GridViewRefAttrs } from './GridView'; interface WebrtcViewProps { offset: SharedValue<number>; peerTrackNodes: Array<PeerTrackNode>; handlePeerTileMorePress(node: PeerTrackNode): void; } export declare const WebrtcView: React.ForwardRefExoticComponent<WebrtcViewProps & React.RefAttributes<GridViewRefAttrs>>; export {}; //# sourceMappingURL=WebrtcView.d.ts.map