2025-11-25

This commit is contained in:
2025-11-25 21:37:46 -05:00
parent 78b0203064
commit acbe4f639c
23 changed files with 4592 additions and 14 deletions

20
PhenixRTS/chat/Demo.md Normal file
View File

@@ -0,0 +1,20 @@
```sh
curl https://pcast-stg.phenixrts.com/pcast/channel/us-central%23phenixrts.com-alex.zinn%23frontendWebsocket.LnQnpYeK26hH/message \
-u "${APPLICATION_ID}:${SECRET_STG}" \
-H "Accept: application/json" \
-H "Content-Type: application/json" \
-X PUT \
-d '{
"message": {
"from": {
"screenName": "Me",
"role": "Moderator",
"lastUpdate": 0
},
"mimeType": "text/plain",
"message": "This is my chat message",
"tags": ["my-tag", "my-other-tag"]
}
}'
```