|
@@ -151,9 +151,8 @@ export default class JingleSession {
|
151
|
151
|
* @param success callback called when we the incoming session has been
|
152
|
152
|
* accepted
|
153
|
153
|
* @param failure callback called when we fail for any reason, will supply
|
154
|
|
- * error object with details(which is meant more to be printed to
|
155
|
|
- * the logger than analysed in the code, as the error is
|
156
|
|
- * unrecoverable anyway)
|
|
154
|
+ * error object with details(which is meant more to be printed to the logger
|
|
155
|
+ * than analysed in the code, as the error is unrecoverable anyway)
|
157
|
156
|
*/
|
158
|
157
|
// eslint-disable-next-line no-unused-vars
|
159
|
158
|
acceptOffer(jingle, success, failure) {
|