Edit

Share via


LobbyMemberConnectionStatus

Values representing the current status of a member's connection status to the notification service.

public enum LobbyMemberConnectionStatus : uint

Values

name value description
NotConnected 0 The lobby member is not connected to the notification service.
Connected 1 The lobby member is connected to the notification service.

See Also