Giter Club home page Giter Club logo

Comments (6)

moznion avatar moznion commented on July 17, 2024

(markdown prettify)

from line-bot-sdk-php.

moznion avatar moznion commented on July 17, 2024

I cannot suggest you anymore because information is lacked.

Please more information;

  1. More code of your bot
  2. Detail of symptoms
  3. Actual video files and thumbnails

And I have a question; is this a bug (or possibility of bug) of this SDK or not?

from line-bot-sdk-php.

sprabowo avatar sprabowo commented on July 17, 2024

@moznion
photo_2017-02-15_17-33-37
when i want to forward video from bot, i cant. this is not bug. maybe feature that is limited by LINE like LINE don't support gif. is this issue can be suggested to LINE?

from line-bot-sdk-php.

moznion avatar moznion commented on July 17, 2024

I cannot judge what this is an issue of the LINE because actual the video file and thumbnails file is not shown us. More code and files please.

from line-bot-sdk-php.

sprabowo avatar sprabowo commented on July 17, 2024

i just use textmessage handler from example

if($text=='kokou')
{
$p2 = "https://url/1.mp4";
$p1 = "https://url/1.jpg";
$this->bot->replyMessage($replyToken, new VideoMessageBuilder($p2,$p1));
}

photo_2017-02-15_17-52-57
video from url can be played untill end but i cant forward the video to another chat. its different with ImageMessageBuilder, when i get replied image (not imagemap) i can forward and save the image.

from line-bot-sdk-php.

moznion avatar moznion commented on July 17, 2024

Let's organize your problem.

  • Delivering and playing the video has been succeeded
  • Context menu of "keep" and "forward" are unavailable

I asked this problem to the part of bot API, it turned out the behavior is specification.
It means, "video that is from a bot cannot forward and keep".
This is a spec of the LINE. It's not an issue of VideoMessageBuilder.

from line-bot-sdk-php.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.