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