Serialize.stream to only one channel

i want to have channels in my game to ONLY serialize data and rpc to them, is there already a function for this?

if not, then does anyone know how it would be done?? I have been scratching my noggin about this for days now and cannot seem to find the answer.

I am currently using this function :
void OnPhotonSerializeView(PhotonStream stream, PhotonMessageInfo info)

:face_with_spiral_eyes:

Also I would rather not go the route of making rooms.

In Photon, we do have channels but they just cover the sequencing of messages (a lower level concept you usually don’t use in PUN). I doubt you mean the same, so what do you want to achieve?

Chat channels are currently not really possible. We do work on a Chat service with a different API which can be used for game or standalone.
What do you need?