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.

9 lines 327 B
import React from 'react'; interface PeerRTCStatsContainerProps { peerId: string; trackId?: string; trackSource?: string | number; } declare const PeerRTCStatsContainer: React.NamedExoticComponent<PeerRTCStatsContainerProps>; export default PeerRTCStatsContainer; //# sourceMappingURL=PeerRTCStatsContainer.d.ts.map