UNPKG

@skyway-sdk/core

Version:

The official Next Generation JavaScript SDK for SkyWay

8 lines 308 B
export declare class DataChannelNegotiationLabel { readonly publicationId: string; readonly streamId: string; constructor(publicationId: string, streamId: string); static fromLabel(label: string): DataChannelNegotiationLabel; toLabel(): string; } //# sourceMappingURL=datachannel.d.ts.map