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

No video record option available while camera is open in <MessageInput> component #1763

Open
appscoopTekarra opened this issue Oct 19, 2022 · 1 comment · May be fixed by #2870
Open

No video record option available while camera is open in <MessageInput> component #1763

appscoopTekarra opened this issue Oct 19, 2022 · 1 comment · May be fixed by #2870

Comments

@appscoopTekarra
Copy link

Description of the proble
I'm using the "stream-chat-expo": "^5.0.0" for chat feature, it is working except I can't record video, after tapping on camera icon, the camera is opened, but there is no option to record video, the question is, is the recording feature available yet?

Dev environment info:

  • Package versions :
  • react-native: "0.64.3",
  • stream-chat-expo": "^5.0.0"
  • expo: ">=44.0.0-0 <45.0.0"
  • Tested on Android physical device - onePlus 9R

Steps to reproduce the behavior

I managed to build and run this sample app https://github.com/GetStream/stream-chat-react-native/tree/master/examples/SampleApp#fully-featured-messaging-application and the same issue here too, no video record option....

Expected behavior
When the camera is open, a record option should be present in order to record video

Isolated component

import {Channel,MessageList,MessageInput} from 'stream-chat-expo';

const ChatScreen = () => {
  return (
    <Channel
      channel={channel}
      keyboardVerticalOffset={128}
      MessageContent={(props) => {
        return (
          <CustomMessageWrapper {...props}>
            <CustomMessage {...props} />
          </CustomMessageWrapper>
        );
      }}
    >
    <MessageList />
    <MessageInput />
    </Channel>
  );
}

Screenshots
As you can see in the screenshot itself, while the camera is open, there is no option to record video...
ss

@vanGalilea
Copy link
Contributor

@appscoopTekarra thanks for reaching out.
This feature has not been implemented yet. We currently support only video file upload.

Recording a video directly from the camera module is a feature that will make sense to implement and therefore is already in our internal backlog list.

I'll be closing this issue for now. For more updates please keep on following this issue.

Please don't hesitate to contact us in the future if any other questions/ideas arise.

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

Successfully merging a pull request may close this issue.

3 participants