diff --git a/modules/xmpp/JingleSessionPC.js b/modules/xmpp/JingleSessionPC.js index 9d9386a0a8..68b0526079 100644 --- a/modules/xmpp/JingleSessionPC.js +++ b/modules/xmpp/JingleSessionPC.js @@ -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. *