You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When i try to view it in a web browser, it doesn't let me download the video even though i can do that in the app. But it doesn't treat it normally like when you send a video manually. It lets you keep downloading the video(saves to the gallery) and won't show the preview after doing so. Can somebody please explain what's wrong with my code?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
When i try to view it in a web browser, it doesn't let me download the video even though i can do that in the app. But it doesn't treat it normally like when you send a video manually. It lets you keep downloading the video(saves to the gallery) and won't show the preview after doing so. Can somebody please explain what's wrong with my code?
const sentMsg = await driver.sendMessage({
msg: msg.caption,
rid: ROOMID,
attachments: [
{
video_url: videoUrl,
title: "videotest.mp4",
},
],
});
Beta Was this translation helpful? Give feedback.
All reactions