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

WIP: Audio video capability #2956

Draft
wants to merge 28 commits into
base: master
Choose a base branch
from
Draft

WIP: Audio video capability #2956

wants to merge 28 commits into from

Conversation

PawBud
Copy link
Member

@PawBud PawBud commented Jun 20, 2022

No description provided.

@jcbrand jcbrand changed the title Audio video capibility WIP: Audio video capibility Jun 20, 2022
src/plugins/chatview/index.js Outdated Show resolved Hide resolved
src/shared/chat/toolbar.js Outdated Show resolved Hide resolved
@lgtm-com
Copy link

lgtm-com bot commented Jun 23, 2022

This pull request introduces 2 alerts when merging 53e2cdd into a95c070 - view on LGTM.com

new alerts:

  • 1 for Implicit operand conversion
  • 1 for Use of returnless function

@jcbrand jcbrand changed the title WIP: Audio video capibility WIP: Audio video capability Jul 4, 2022
@PawBud PawBud marked this pull request as draft July 5, 2022 16:16
@PawBud PawBud linked an issue Jul 5, 2022 that may be closed by this pull request
@lgtm-com
Copy link

lgtm-com bot commented Jul 10, 2022

This pull request introduces 2 alerts when merging ee9da60 into 3ca478d - view on LGTM.com

new alerts:

  • 2 for Unused variable, import, function or class

src/plugins/jingle/chat-header-notification.js Outdated Show resolved Hide resolved
src/plugins/jingle/chat-header-notification.js Outdated Show resolved Hide resolved
src/headless/plugins/chat/model.js Outdated Show resolved Hide resolved
src/plugins/jingle/utils.js Show resolved Hide resolved
}

export function getJingleTemplate(model) {
return html`<converse-jingle-message jid='${model.get('jingle_status')}'></converse-jingle-message>`;
Copy link
Member

Choose a reason for hiding this comment

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

You're not passing in the jid of the contact here, you're passing in model.get('jingle_status').

That's most likely why you're not getting the model in the component.

@PawBud PawBud removed their assignment Sep 21, 2022
@samhoseinkhani
Copy link
Contributor

@PawBud why you removed your assignee ?

@PawBud
Copy link
Member Author

PawBud commented Sep 26, 2022

@PawBud why you removed your assignee ?

I can't work on this issue anytime soon given my commitments, so for now anyone who wants to pick it up, feel free to do so!

@samhoseinkhani
Copy link
Contributor

@PawBud @jcbrand can you clarify this that do we need an explicit WebRTC library to make the call working ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Audio/video calls integration
4 participants