main
<?php /** * RTCKit\ESL\Response\TextEventPlain Class */ declare(strict_types = 1); namespace RTCKit\ESL\Response; class TextEventPlain extends \RTCKit\ESL\Response { public const CONTENT_TYPE = 'text/event-plain'; }