Package Exports
- quickrtc-types
- quickrtc-types/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (quickrtc-types) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
quickrtc-types
Shared TypeScript types for QuickRTC client and server.
Installation
npm install quickrtc-typesUsage
import {
MediasoupConfig,
JoinConferenceParams,
CreateTransportParams,
SocketEventData,
} from "quickrtc-types";Main Types
MediasoupConfig- Server configurationConference,Participant- Core entitiesCreateTransportParams,ProduceParams,ConsumeParams- Transport operationsSocketEventType,SocketEventData- Socket communicationClientConfig,ClientConnectionState- Client types
Peer Dependencies
mediasoup ^3.19.0socket.io ^4.8.0
License
ISC