|
@@ -509,7 +509,7 @@ const SDPUtil = {
|
509
|
509
|
* Get an attribute for the given ssrc with the given attributeName
|
510
|
510
|
* from the given mline
|
511
|
511
|
* @param {object} mLine an mLine object as parsed from transform.parse
|
512
|
|
- * @param {number} ssrc the ssrc for which an attribtue is desired
|
|
512
|
+ * @param {number} ssrc the ssrc for which an attribute is desired
|
513
|
513
|
* @param {string} attributeName the name of the desired attribute
|
514
|
514
|
* @returns {string} the value corresponding to the given ssrc
|
515
|
515
|
* and attributeName
|