services::session::participant_info
Module: Session Service
The class that represents the participant who tries to open a session.
#include <session.h>
Public Attributes
Name | |
---|---|
std::string | name |
std::string | externalId |
std::string | avatarUrl |
struct dolbyio::comms::services::session::participant_info;
Public Attributes Documentation
variable name
std::string name;
The name of the participant.
variable externalId
std::string externalId;
The external unique identifier that the customer's application can add to the participant while opening a session. If a participant uses the same external ID in conferences, the participant's ID also remains the same across all sessions.
variable avatarUrl
std::string avatarUrl;
The URL of the participant's avatar.
Updated 3 months ago
Did this page help you?