No it's not possible.
By default a user needs to be authenticated to access a private channel.
https://laravel.com/docs/12.x/broadcasting#concept-overview
Events are broadcast over "channels", which may be specified as public or private. Any visitor to your application may subscribe to a public channel without any authentication or authorization; however, in order to subscribe to a private channel, a user must be authenticated and authorized to listen on that channel.