Skip to content

Commit

Permalink
Update janus.d.ts (meetecho#2553)
Browse files Browse the repository at this point in the history
Function getBitrate() actually returns a string
  • Loading branch information
caiiiycuk committed Feb 9, 2021
1 parent 41399db commit 119d220
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
Expand Up @@ -156,7 +156,7 @@ declare namespace JanusJS {
isVideoMuted(): boolean;
muteVideo(): void;
unmuteVideo(): void;
getBitrate(): number;
getBitrate(): string;
hangup(sendRequest?: boolean): void;
detach(params: any): void;
}
Expand Down

0 comments on commit 119d220

Please sign in to comment.