Skip to content

Commit

Permalink
changeset action
Browse files Browse the repository at this point in the history
  • Loading branch information
davorinrusevljan committed Jan 29, 2025
1 parent 084b280 commit 51d1d87
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
Empty file added .github/workflows/publish.yaml
Empty file.
2 changes: 1 addition & 1 deletion src/webRTC.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ interface AG2Message {
[key: string]: any; // Allows any other properties
}

export async function ag2RTCConnect(webSocketUrl: string): Promise<void> {
export async function WebRTCConnect(webSocketUrl: string): Promise<void> {
let ws: WebSocket;
const pc = new RTCPeerConnection();
let dc: RTCDataChannel | null = null; // data connection
Expand Down

0 comments on commit 51d1d87

Please sign in to comment.