Class ScopeLeader

Class Documentation

class ScopeLeader

Data representation for a scope leader.

A scope leader represents a user which owns a specific scope in a space. The scope leader will run scripts and other operations for the scope.

Public Members

csp::common::String ScopeId

The scope id the client is leader of.

csp::common::String ScopeLeaderUserId

The client id which is the leader.

bool ElectionInProgress = false

Whether there is a server side election currently in progress when this object is received.