Skip to content

Commit

Permalink
Fix type error (#3507)
Browse files Browse the repository at this point in the history
itsmeabhishek03 authored Jan 17, 2025
1 parent 13e7260 commit 0f64915
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion npm/janus.d.ts
Original file line number Diff line number Diff line change
@@ -36,7 +36,7 @@ declare namespace JanusJS {
init: () => void;
}

type GetScreenCallback = (error?, sourceId?) => void
type GetScreenCallback = (error:string, sourceId:string) => void

type HttpApiCallOption = {
async: boolean,

0 comments on commit 0f64915

Please sign in to comment.