We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb537ee commit f99c3ddCopy full SHA for f99c3dd
Library/src/Systems/Multiplayer/MultiplayerSystem.cpp
@@ -25,6 +25,8 @@ MultiplayerSystem::~MultiplayerSystem() { }
25
26
void MultiplayerSystem::GetScopesBySpace(const csp::common::String& SpaceId, ScopesResultCallback Callback)
27
{
28
+ // This specifies that the scope relates to a group (space) using the ReferenceId. Additional values may be possible in the future.
29
+ // We can then allow clients to specify this value.
30
constexpr const char* ReferenceType = "GroupId";
31
32
csp::services::ResponseHandlerPtr ResponseHandler
0 commit comments