-
-
Notifications
You must be signed in to change notification settings - Fork 776
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
base: master
Are you sure you want to change the base?
Conversation
f31c052
to
fdc537d
Compare
098a817
to
0c6b78e
Compare
This pull request introduces 2 alerts when merging 53e2cdd into a95c070 - view on LGTM.com new alerts:
|
EventHookListener: added an event listener to the jingle plugin
34dd28f
to
4eb696e
Compare
This pull request introduces 2 alerts when merging ee9da60 into 3ca478d - view on LGTM.com new alerts:
|
} | ||
|
||
export function getJingleTemplate(model) { | ||
return html`<converse-jingle-message jid='${model.get('jingle_status')}'></converse-jingle-message>`; |
There was a problem hiding this comment.
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 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! |
@PawBud: Can you look to finish your PR 2 years after? Thanks in advance. |
No description provided.