Nahid\Talk\Live\Webcast::__construct PHP Method

__construct() public method

Create a new job instance.
public __construct ( $message ) : void
return void
    public function __construct($message)
    {
        $this->message = $message;
    }