Skip to content

Commit daffad1

Browse files
authored
Merge pull request #339 from murat-dogan/RtcpReceivingSession
fixes #337
2 parents 55cc79d + c547069 commit daffad1

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

src/lib/index.ts

+5-2
Original file line numberDiff line numberDiff line change
@@ -145,10 +145,13 @@ export const PeerConnection: {
145145
new(peerName: string, config: RtcConfig): PeerConnection
146146
} = nodeDataChannel.PeerConnection
147147

148-
export class RtcpReceivingSession {
149-
//
148+
export interface RtcpReceivingSession {
150149
}
151150

151+
export const RtcpReceivingSession: {
152+
new(): RtcpReceivingSession
153+
} = nodeDataChannel.RtcpReceivingSession
154+
152155
export { WebSocketServer } from './websocket-server';
153156
export { WebSocket } from './websocket';
154157

0 commit comments

Comments
 (0)