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

Looking for Matrix MXKAttachmentTypeAudio implementation #431

Open
swapnapentam opened this issue Dec 13, 2017 · 1 comment
Open

Looking for Matrix MXKAttachmentTypeAudio implementation #431

swapnapentam opened this issue Dec 13, 2017 · 1 comment

Comments

@swapnapentam
Copy link

Hi Team,
I have gone through all versions of Matrix Changes guide, but found no luck on implementation for Audio attachment.
Can you please guide in case if i missed finding the implementation or do we have to keep a watch on the the feature implementation.

Regard's
Swapna

@manuroe
Copy link
Contributor

manuroe commented Dec 13, 2017

Hi @swapnapentam,

MXKAttachmentTypeAudio uses MXK prefix meaning that is part of MatrixKit. If you look at the corresponding enum at the SDK level, which is kMXMessageTypeAudio, you will see that the SDK can handle the reception of such message but the sending is not yet supported. There is no [MXRoom sendAudio:] method like we have for video ([MXRoom sendVideo:]) or image or generic file.

The main reason is that we are short of hands at the moment and we focus on things that is required for our main app, Riot.

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

No branches or pull requests

2 participants