How to create a ChatRoom? #1364
Closed
WabiSabikk
started this conversation in
General
Replies: 2 comments
-
|
Beta Was this translation helpful? Give feedback.
0 replies
-
I was able to solve this problem. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This code doesn't seem to be working. Is there any way to create a chat room with your friends?
Help me please
` internal async Task<CreateChatResponseCallback?> CreateChatWith(ulong steamID1, ulong steamID2)
{
if (steamID1 == 0 || steamID2 == 0)
{
return null;
}
Beta Was this translation helpful? Give feedback.
All reactions