fix(misc) fix typos

Found via `codespell -q 3 -S ./lang -L miliseconds`
This commit is contained in:
luzpaz
2022-07-14 03:10:08 -04:00
committed by GitHub
parent 29669d88dc
commit c7f96de787
54 changed files with 76 additions and 76 deletions

View File

@@ -1000,7 +1000,7 @@ export default class JitsiMeetExternalAPI extends EventEmitter {
}
/**
* Returns wether meeting is started silent.
* Returns whether meeting is started silent.
*
* @returns {Promise} - Resolves with start silent status.
*/
@@ -1242,9 +1242,9 @@ export default class JitsiMeetExternalAPI extends EventEmitter {
* @param { boolean } options.shouldShare - Whether the recording should be shared with the participants or not.
* Only applies to certain jitsi meet deploys.
* @param { string } options.rtmpStreamKey - The RTMP stream key.
* @param { string } options.rtmpBroadcastID - The RTMP broacast ID.
* @param { string } options.rtmpBroadcastID - The RTMP broadcast ID.
* @param { string } options.youtubeStreamKey - The youtube stream key.
* @param { string } options.youtubeBroadcastID - The youtube broacast ID.
* @param { string } options.youtubeBroadcastID - The youtube broadcast ID.
* @returns {void}
*/
startRecording(options) {