@@ -67,7 +67,7 @@ discard block |
||
67 | 67 | 'videortcicon' => $videortcicon, |
68 | 68 | 'oldermoodle' => $moodleversion < $moodle32, |
69 | 69 | 'maxrecsize' => $maxrecsize |
70 | - ); |
|
70 | + ); |
|
71 | 71 | |
72 | 72 | return $params; |
73 | 73 | } |
@@ -79,44 +79,44 @@ discard block |
||
79 | 79 | global $PAGE; |
80 | 80 | |
81 | 81 | $strings = array('audiortc', |
82 | - 'videortc', |
|
83 | - 'nowebrtc_title', |
|
84 | - 'nowebrtc', |
|
85 | - 'gumabort_title', |
|
86 | - 'gumabort', |
|
87 | - 'gumnotallowed_title', |
|
88 | - 'gumnotallowed', |
|
89 | - 'gumnotfound_title', |
|
90 | - 'gumnotfound', |
|
91 | - 'gumnotreadable_title', |
|
92 | - 'gumnotreadable', |
|
93 | - 'gumoverconstrained_title', |
|
94 | - 'gumoverconstrained', |
|
95 | - 'gumsecurity_title', |
|
96 | - 'gumsecurity', |
|
97 | - 'gumtype_title', |
|
98 | - 'gumtype', |
|
99 | - 'insecurealert_title', |
|
100 | - 'insecurealert', |
|
101 | - 'browseralert_title', |
|
102 | - 'browseralert', |
|
103 | - 'startrecording', |
|
104 | - 'recordagain', |
|
105 | - 'stoprecording', |
|
106 | - 'recordingfailed', |
|
107 | - 'attachrecording', |
|
108 | - 'norecordingfound_title', |
|
109 | - 'norecordingfound', |
|
110 | - 'nearingmaxsize_title', |
|
111 | - 'nearingmaxsize', |
|
112 | - 'uploadprogress', |
|
113 | - 'uploadfailed', |
|
114 | - 'uploadfailed404', |
|
115 | - 'uploadaborted', |
|
116 | - 'annotationprompt', |
|
117 | - 'annotation:audio', |
|
118 | - 'annotation:video' |
|
119 | - ); |
|
82 | + 'videortc', |
|
83 | + 'nowebrtc_title', |
|
84 | + 'nowebrtc', |
|
85 | + 'gumabort_title', |
|
86 | + 'gumabort', |
|
87 | + 'gumnotallowed_title', |
|
88 | + 'gumnotallowed', |
|
89 | + 'gumnotfound_title', |
|
90 | + 'gumnotfound', |
|
91 | + 'gumnotreadable_title', |
|
92 | + 'gumnotreadable', |
|
93 | + 'gumoverconstrained_title', |
|
94 | + 'gumoverconstrained', |
|
95 | + 'gumsecurity_title', |
|
96 | + 'gumsecurity', |
|
97 | + 'gumtype_title', |
|
98 | + 'gumtype', |
|
99 | + 'insecurealert_title', |
|
100 | + 'insecurealert', |
|
101 | + 'browseralert_title', |
|
102 | + 'browseralert', |
|
103 | + 'startrecording', |
|
104 | + 'recordagain', |
|
105 | + 'stoprecording', |
|
106 | + 'recordingfailed', |
|
107 | + 'attachrecording', |
|
108 | + 'norecordingfound_title', |
|
109 | + 'norecordingfound', |
|
110 | + 'nearingmaxsize_title', |
|
111 | + 'nearingmaxsize', |
|
112 | + 'uploadprogress', |
|
113 | + 'uploadfailed', |
|
114 | + 'uploadfailed404', |
|
115 | + 'uploadaborted', |
|
116 | + 'annotationprompt', |
|
117 | + 'annotation:audio', |
|
118 | + 'annotation:video' |
|
119 | + ); |
|
120 | 120 | |
121 | 121 | $PAGE->requires->strings_for_js($strings, 'atto_recordrtc'); |
122 | 122 | } |