Skip to content

Commit

Permalink
fix SessionToken typings
Browse files Browse the repository at this point in the history
  • Loading branch information
Bertrand Berthelot committed Dec 10, 2021
1 parent 8815d22 commit 362757d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1157,7 +1157,7 @@ declare namespace dashjs {
session: MediaKeySession;
initData: any;

getSessionID(): string;
getSessionId(): string;

getExpirationTime(): number;

Expand Down

0 comments on commit 362757d

Please sign in to comment.