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 456 B
import React from 'react'; import { HMSVideoTrack, HMSPeer } from '@100mslive/react-native-hms'; export interface PeerDisplayViewProps { isDegraded?: boolean; isLocal?: boolean; peer: HMSPeer; videoTrack?: HMSVideoTrack; } declare const PeerDisplayView: React.MemoExoticComponent<React.ForwardRefExoticComponent<PeerDisplayViewProps & React.RefAttributes<any>>>; export default PeerDisplayView; //# sourceMappingURL=PeerDisplayView.d.ts.map