Skip to content

Commit

Permalink
feat: expose getCurrentConnectionType with ConnectionType type (#80)
Browse files Browse the repository at this point in the history
Co-authored-by: kwasniow <[email protected]>
  • Loading branch information
k-wasniowski and kwasniow authored Jun 14, 2024
1 parent 816c685 commit c9f8ad9
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 c9f8ad9

Please sign in to comment.