Skip to content

Commit

Permalink
minor: make wording of the label consistent
Browse files Browse the repository at this point in the history
  • Loading branch information
sirknightj committed Aug 17, 2023
1 parent f5f5c6b commit eac27da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/master.js
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ async function startMaster(localView, remoteView, formValues, onStatsReport, onR
const mediaServiceMode = mediaStorageConfiguration.Status === 'ENABLED' || mediaStorageConfiguration.StreamARN !== null;
if (mediaServiceMode) {
if (!formValues.sendAudio || !formValues.sendVideo) {
console.error('[MASTER] Both Send Video and Send Audio checkboxes need to be checked to ingest media.');
console.error('[MASTER] Both Send Video and Send Audio checkboxes need to be checked to ingest and store media.');
return;
}
protocols.push('WEBRTC');
Expand Down

0 comments on commit eac27da

Please sign in to comment.