Skip to content

Commit

Permalink
feat: expose getCurrentConnectionType with ConnectionType type
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniow committed Jun 14, 2024
1 parent 816c685 commit 455e01a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/peer-connection.ts
Original file line number Diff line number Diff line change
Expand Up @@ -404,4 +404,4 @@ class PeerConnection extends EventEmitter<PeerConnectionEventHandlers> {
}

export { ConnectionState } from './connection-state-handler';
export { MediaStreamTrackKind, PeerConnection, RTCDataChannelOptions };
export { ConnectionType, MediaStreamTrackKind, PeerConnection, RTCDataChannelOptions };

0 comments on commit 455e01a

Please sign in to comment.