Browse Source

ref: Removes an unused function.

release-8443
Jaya Allamsetty 1 year ago
parent
commit
8e41688f6f
1 changed files with 0 additions and 7 deletions
  1. 0
    7
      modules/xmpp/JingleSessionPC.js

+ 0
- 7
modules/xmpp/JingleSessionPC.js View File

946
         });
946
         });
947
     }
947
     }
948
 
948
 
949
-    /**
950
-     * Returns the video codec configured as the preferred codec on the peerconnection.
951
-     */
952
-    getConfiguredVideoCodec() {
953
-        return this.peerconnection.getConfiguredVideoCodec();
954
-    }
955
-
956
     /**
949
     /**
957
      * Accepts incoming Jingle 'session-initiate' and should send 'session-accept' in result.
950
      * Accepts incoming Jingle 'session-initiate' and should send 'session-accept' in result.
958
      *
951
      *

Loading…
Cancel
Save