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.

11 lines 592 B
import * as React from 'react'; import type { PeerTrackNode } from '../../utils/types'; export interface PeerVideoTileViewProps { peerTrackNode: PeerTrackNode; zoomIn?: boolean; insetMode?: boolean; onMoreOptionsPress?: (node: PeerTrackNode) => void; } export declare const _PeerVideoTileView: React.ForwardRefExoticComponent<PeerVideoTileViewProps & React.RefAttributes<any>>; export declare const PeerVideoTileView: React.MemoExoticComponent<React.ForwardRefExoticComponent<PeerVideoTileViewProps & React.RefAttributes<any>>>; //# sourceMappingURL=PeerVideoTileView.d.ts.map