Skip to content

Commit

Permalink
ref: Removes an unused function.
Browse files Browse the repository at this point in the history
  • Loading branch information
jallamsetty1 committed Apr 10, 2024
1 parent b59b8cb commit 0da8b38
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions modules/xmpp/JingleSessionPC.js
Original file line number Diff line number Diff line change
Expand Up @@ -946,13 +946,6 @@ export default class JingleSessionPC extends JingleSession {
});
}

/**
* Returns the video codec configured as the preferred codec on the peerconnection.
*/
getConfiguredVideoCodec() {
return this.peerconnection.getConfiguredVideoCodec();
}

/**
* Accepts incoming Jingle 'session-initiate' and should send 'session-accept' in result.
*
Expand Down

0 comments on commit 0da8b38

Please sign in to comment.