|
@@ -144,7 +144,7 @@ export default class JibriSession {
|
144
|
144
|
* @param {string} options.focusMucJid - The JID of the focus participant
|
145
|
145
|
* that controls recording.
|
146
|
146
|
* @param {streamId} options.streamId - Necessary for live streaming, this
|
147
|
|
- * is the the stream key needed to start a live streaming session with the
|
|
147
|
+ * is the stream key needed to start a live streaming session with the
|
148
|
148
|
* streaming service provider.
|
149
|
149
|
* @returns Promise
|
150
|
150
|
*/
|
|
@@ -211,7 +211,7 @@ export default class JibriSession {
|
211
|
211
|
* @param {string} options.focusMucJid - The JID of the focus participant
|
212
|
212
|
* that controls recording.
|
213
|
213
|
* @param {streamId} options.streamId - Necessary for live streaming, this
|
214
|
|
- * is the the stream key needed to start a live streaming session with the
|
|
214
|
+ * is the stream key needed to start a live streaming session with the
|
215
|
215
|
* streaming service provider.
|
216
|
216
|
* @returns Object - The XMPP IQ message.
|
217
|
217
|
*/
|