Skip to content

Commit

Permalink
Merge pull request #208 from achingbrain/fix/add-constructor-args-to-…
Browse files Browse the repository at this point in the history
…session-description

fix: add constructor args to RTCSessionDescription polyfill
  • Loading branch information
murat-dogan authored Dec 7, 2023
2 parents 93a233a + ed82d93 commit 00b4ad0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions polyfill/RTCSessionDescription.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ export default class _RTCSessionDescription implements RTCSessionDescription {
readonly sdp: string;
readonly type: RTCSdpType;
toJSON(): any;
constructor(descriptionInitDict?: RTCSessionDescriptionInit);
}

0 comments on commit 00b4ad0

Please sign in to comment.