Link Search Menu Expand Document

danog\MadelineProto\RecordingEvent

Back to index

Author: Daniil Gentili daniil@daniil.it

What happened to a recording, as reported by a {@see EventHandler\Calls\CallStreams} update.

Constants

  • danog\MadelineProto\RecordingEvent::Started: A recording file (or stream) was opened and its header written: media is being recorded into it from now on.

  • danog\MadelineProto\RecordingEvent::Ended: A recording file (or stream) was finished: nothing more is written to it.

Properties

  • $name: string
  • $value: string

Method list:

Methods:

cases(): array

from(string|int $value): static

Parameters:

  • $value: string|int

tryFrom(string|int $value): ?static

Parameters:

  • $value: string|int

Generated by danog/phpdoc