I would like to integrate chat functionality in my PHP website with Google Chat API, I checked the link https://developers.google.com/hangouts/chat/reference/rest
Here, with these APIs, I want to create rooms between two users, sending messages to each other in a room, but I did not find the right way to do so. are there any preferable docs? (I reviewed official docs, seems not much useful)