export interface WebRTCDataChannel {
    nodeId: number;
    streamId: string;
}
