Skip to content

Commit

Permalink
Merge pull request #96 from otalk/legastero-patch-1
Browse files Browse the repository at this point in the history
Fix typings typo
  • Loading branch information
fippo authored Sep 29, 2023
2 parents a4acddd + f1312b3 commit be3f16e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sdp.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ export interface SDPHeaderExtension {
id: number;
direction?: SDPDirection;
uri: string;
atrributes: string | undefined;
attributes: string | undefined;
}

export interface SDPFeedbackParameter {
Expand Down

0 comments on commit be3f16e

Please sign in to comment.