livstream-player
Version:
A lightweight livestream player SDK for React apps
9 lines (8 loc) • 326 B
TypeScript
export function editOffer(sdp: any, nonAdvertisedCodecs: any): any;
export function parseOffer(sdp: any): {
iceUfrag: string;
icePwd: string;
medias: never[];
};
export function supportsNonAdvertisedCodec(codec: any, fmtp: any): Promise<any>;
export function generateSdpFragment(od: any, candidates: any): string;