Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Use extended mediarecorder #5903

Merged
merged 5 commits into from
Jul 1, 2021
Merged

Conversation

marcoambrosini
Copy link
Member

Signed-off-by: Marco Ambrosini marcoambrosini@pm.me

@marcoambrosini marcoambrosini force-pushed the bugfix/noid/fix-audio-recordings branch 2 times, most recently from 2fc3ccf to 3ab7607 Compare July 1, 2021 12:32
@@ -262,6 +262,8 @@ public function index(string $token = '', string $callUser = '', string $passwor
$csp = new ContentSecurityPolicy();
$csp->addAllowedConnectDomain('*');
$csp->addAllowedMediaDomain('blob:');
$csp->addAllowedWorkerSrcDomain('blob:');
$csp->addAllowedWorkerSrcDomain("'self'");
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Also needs to go into OCA\Talk\Listener\CSPListener

@marcoambrosini marcoambrosini force-pushed the bugfix/noid/fix-audio-recordings branch 3 times, most recently from b76d886 to 98b2e4a Compare July 1, 2021 13:45
webpack.js Outdated Show resolved Hide resolved
webpack.js Outdated Show resolved Hide resolved
webpack.js Outdated Show resolved Hide resolved
@marcoambrosini marcoambrosini force-pushed the bugfix/noid/fix-audio-recordings branch from 98b2e4a to 34e7329 Compare July 1, 2021 13:49
marcoambrosini and others added 3 commits July 1, 2021 16:06
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Signed-off-by: Joas Schilling <coding@schilljs.com>
Signed-off-by: Joas Schilling <coding@schilljs.com>
@nickvergessen nickvergessen force-pushed the bugfix/noid/fix-audio-recordings branch from 34e7329 to 244023e Compare July 1, 2021 14:16
@nickvergessen nickvergessen marked this pull request as ready for review July 1, 2021 14:16
@nickvergessen nickvergessen added this to the 💖 Next Major (23) milestone Jul 1, 2021
@nickvergessen nickvergessen added 3. to review bug feature: chat 💬 Chat and system messages feature: upload & shares & voice 📤🎙️ Sharing files into a chat and audio recordings labels Jul 1, 2021
Copy link
Member

@Ivansss Ivansss left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested and works 👍

Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
Signed-off-by: Marco Ambrosini <marcoambrosini@pm.me>
@marcoambrosini marcoambrosini merged commit b3bd81e into master Jul 1, 2021
@marcoambrosini marcoambrosini deleted the bugfix/noid/fix-audio-recordings branch July 1, 2021 16:45
@nickvergessen
Copy link
Member

/backport to stable22

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
3. to review bug feature: chat 💬 Chat and system messages feature: upload & shares & voice 📤🎙️ Sharing files into a chat and audio recordings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants