meet::SignedInUser

#include <participants_resource.h>

Signed in user type. Always has a unique ID and display name.

Summary

Public attributes

display_name
std::string
Display name of the user.
user
std::string
Unique ID for the user.

Public attributes

display_name

std::string meet::SignedInUser::display_name

Display name of the user.

  • For a personal device, it's the user's first name and last name.
  • For a robot account, it's the administrator-specified device name. For example, "Altostrat Room".

user

std::string meet::SignedInUser::user

Unique ID for the user.

Format: users/{user}

Interoperable with the Admin SDK API and the People API.