aminhanifm
I guess you try to change actor name while client is joined to a room.
This is not possible currently. Actor name is changed locally but not updated on other clients. Actor name is used only during room creation and room join. So you need to rejoin to force actor name update on other clients.
So i have main menu that containing setting to my actor name, then after pressing join random room, it brings my actor name to the random room. for the first time, it's working fine for other actor to see my actor name, then after i leave the room to change my actor name then rejoin the room, my name appears to same like the old one.
If i need to update on other clients, how to do that exactly ? because i followed photon-test.capx to use this naming actor event.