Skip to content

Commit

Permalink
cosmetic
Browse files Browse the repository at this point in the history
  • Loading branch information
ibc committed Feb 29, 2024
1 parent 4af58bc commit 93b0308
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/handlers/Firefox120.ts
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ export class Firefox120 extends HandlerInterface {
rtcpMuxPolicy: 'require',
});

// NOTE: We need to add a real video track to get the RID extension mapping.
// NOTE: We need to add a real video track to get the RID extension mapping,
// otherwiser Firefox doesn't include it in the SDP.
const canvas = document.createElement('canvas');

// NOTE: Otherwise Firefox fails in next line.
Expand Down

0 comments on commit 93b0308

Please sign in to comment.